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