DashboardManifestGuid Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Guid that identifies this dashboard
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 identifies this dashboard
Return Value
Type:
GuidThe Guid that identifies this dashboard
Remarks See Also