DataPA Enterprise Dashboard Controls API Reference
Returns the System name the subject for this query belongs to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string SystemName { get; } |
Visual Basic |
---|
Public ReadOnly Property SystemName As String
Get |
Visual C++ |
---|
public:
virtual property String^ SystemName {
String^ get () sealed;
} |
Property Value
Type:
StringThe System name the subject for this query belongs to.
Return Value
Type:
StringThe System name the subject for this query belongs to.
Remarks
See Also