DataWarehouse.ReportRootFolderName Property
Applies To: Operations Manager for System Center 2012
Gets the name of the root reports folder.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string ReportRootFolderName { get; }
public:
property String^ ReportRootFolderName {
String^ get();
}
member ReportRootFolderName : string with get
Public ReadOnly Property ReportRootFolderName As String
Property Value
Type: System.String
Returns a String that contains the name of the root reports folder.
See Also
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top