PartialAgentManagedComputer.ActiveDirectoryManaged Property
Applies To: Operations Manager for System Center 2012
Determines whether the partial agent monitored computer is managed by Active Directory.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool ActiveDirectoryManaged { get; }
public:
property bool ActiveDirectoryManaged {
bool get();
}
member ActiveDirectoryManaged : bool with get
Public ReadOnly Property ActiveDirectoryManaged As Boolean
Property Value
Type: System.Boolean
Returns Boolean value that is true if the computer is managed by Active Directory and false otherwise.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top