ConnectionEventArgsSystem Property |
|
DataPA OpenAnalytics 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 public string System { get; }
Public ReadOnly Property System As String
Get
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