DashboardQuerySystemName Property |
|
DataPA OpenAnalytics 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 public string SystemName { get; }
Public ReadOnly Property SystemName As String
Get
public:
virtual property String^ SystemName {
String^ get () sealed;
}
function get_SystemName();
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