Applies To: Operations Manager for System Center 2012
Gets the default description for the data warehouse.
Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string DefaultDescription { get; }
public:
property String^ DefaultDescription {
    String^ get();
}
member DefaultDescription : string with get
Public ReadOnly Property DefaultDescription As String
Property Value
Type: System.String
Returns a String that contains the default description for the data warehouse.
See Also
DataWarehouseBaseInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top