ManagedDashboardGUID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a GUID that uniquely identifies this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Guid GUID { get; set; }
Public Property GUID As Guid
Get
Set
public:
virtual property Guid GUID {
Guid get () sealed;
void set (Guid value) sealed;
}
function get_GUID();
function set_GUID(value);
Property Value
Type:
GuidThe GUID that uniquely identifies this object.
Return Value
Type:
GuidThe GUID that uniquely identifies this object.
Remarks See Also