ManagedDashboardDescription Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the description of this dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Description();
function set_Description(value);
Property Value
Type:
StringThe description of this dashboard.
Return Value
Type:
StringThe description of this dashboard.
Remarks See Also