DataPA Enterprise Dashboard Controls API Reference
Gets the name of the system this event relates to.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public string System { get; } |
Visual Basic |
---|
Public ReadOnly Property System As String
Get |
Visual C++ |
---|
public:
virtual property String^ System {
String^ get () sealed;
} |
Property Value
Type:
StringThe name of the system this event relates to.
Return Value
Type:
StringThe name of the system this event relates to.
Remarks
See Also