Share via


DataWarehouseBaseInfo.Description Property

 

Applies To: Operations Manager for System Center 2012

Gets the description for the data warehouse.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string Description { get; internal set; }
public:
property String^ Description {
    String^ get();
    internal: void set(String^ value);
}
member Description : string with get, internal set
Public Property Description As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Returns a String that contains the description for the data warehouse.

See Also

DataWarehouseBaseInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top