ManagementGroupAdministrationSummary.RemotelyManagedComputerCount Property

 

Applies To: Operations Manager for System Center 2012

Gets the number of remotely managed computers in a Management Group.

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

Syntax

public int RemotelyManagedComputerCount { get; }
public:
property int RemotelyManagedComputerCount {
    int get();
}
member RemotelyManagedComputerCount : int with get
Public ReadOnly Property RemotelyManagedComputerCount As Integer

Property Value

Type: System.Int32

Returns a Int32 that is the number of remotely managed computers in a Management Group.

See Also

ManagementGroupAdministrationSummary Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top