ManagementGroupAdministrationSummary.RemotelyManagedDeviceCount Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

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

Property Value

Type: System.Int32

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

See Also

ManagementGroupAdministrationSummary Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top