Jump to content

Application class/Application.Context Name property: Difference between revisions

From LabVIEW Wiki
m Added Private Property Category to page
Add description
 
Line 13: Line 13:
{{TOCright}}
{{TOCright}}


Gets the name of the context which this application is a reference to.


For example, a VI running on ''My Computer'' will have the context name '''My Computer''' (tested with LV2019). The context name can change for different targets and [[Application class/Context.Create Local Host App Instance method|custom application instances]].
== Uses ==
== Uses ==
{{ambox|text=Specific use cases for this property.}}
{{ambox|text=Specific use cases for this property.}}
Line 31: Line 33:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Private Property]]
[[Category:Private Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 12:36, 28 September 2020

VI Server Property Information
Property ID 7A
Scope Private
Data Name App.ContextName
Short Name* App.ContextName
Long Name* Application:Context Name
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String data type

String

Property Node Application:Context Name

Gets the name of the context which this application is a reference to.

For example, a VI running on My Computer will have the context name My Computer (tested with LV2019). The context name can change for different targets and custom application instances.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links