Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Determines whether the agent was manually installed.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool ManuallyInstalled { get; }
public:
property bool ManuallyInstalled {
bool get();
}
member ManuallyInstalled : bool with get
Public ReadOnly Property ManuallyInstalled As Boolean
Property Value
Type: System.Boolean
Returns Boolean value that is true if the agent was manually installed and false otherwise.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top