ManagedDashboardKeyWords Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a commer seperated list of keywords used to identify this dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string KeyWords { get; set; }
Public Property KeyWords As String
Get
Set
public:
virtual property String^ KeyWords {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_KeyWords();
function set_KeyWords(value);
Property Value
Type:
Stringa commer seperated list of keywords used to identify this dashboard.
Return Value
Type:
Stringa commer seperated list of keywords used to identify this dashboard.
Remarks See Also