Sets/Gets the application ID.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ID { get; set; }
Public Property ID As String
Get
Set
Property Value
Type:
StringA string representing this application's identifer
Implements
IAppContextIDIEAPBaseIDRemarks
The application ID is used to store application properties, typically used to set system-wide
settings for the running application.
See Also