Determines whether to use the default agent
account. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As BaseUpdateAgentConfiguration Dim value As Boolean value = instance.UseDefaultAgentAccount Public ReadOnly Property UseDefaultAgentAccount As Booleanpublic bool UseDefaultAgentAccount { get; }public: property bool UseDefaultAgentAccount { bool get (); }/** @property */ public boolean get_UseDefaultAgentAccount () public function get UseDefaultAgentAccount () : boolean Property ValueReturns Boolean that is true if the default agent account is used, andReturns false if the default agent account is not used.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As BaseUpdateAgentConfiguration Dim value As Boolean value = instance.UseDefaultAgentAccount Public ReadOnly Property UseDefaultAgentAccount As Booleanpublic bool UseDefaultAgentAccount { get; }public: property bool UseDefaultAgentAccount { bool get (); }/** @property */ public boolean get_UseDefaultAgentAccount () public function get UseDefaultAgentAccount () : boolean Property ValueReturns Boolean that is true if the default agent account is used, andReturns false if the default agent account is not used.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.