Share via


DataWarehouseBaseInfo.Guid Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the data warehouse.

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

Syntax

public Guid Guid { get; }
public:
property Guid Guid {
    Guid get();
}
member Guid : Guid with get
Public ReadOnly Property Guid As Guid

Property Value

Type: System.Guid

Returns a Guid for the data warehouse.

See Also

DataWarehouseBaseInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top