ManagedDashboardSilent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if error messages should be supressed
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Silent { get; set; }
Public Property Silent As Boolean
Get
Set
public:
virtual property bool Silent {
bool get () sealed;
void set (bool value) sealed;
}
function get_Silent();
function set_Silent(value);
Property Value
Type:
BooleanTrue if error messeges should be suppressed
Return Value
Type:
BooleanTrue if error messages will be supressed
Remarks See Also