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