DeviceDiscoveryConfiguration.UseActionAccount Property

Updated: April 16, 2012

Gets or sets a value that indicates whether the Management Server action account is used for device discovery. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As DeviceDiscoveryConfiguration Dim value As Boolean value = instance.UseActionAccount instance.UseActionAccount = valuePublic Property UseActionAccount As Booleanpublic bool UseActionAccount { get; set; }public: property bool UseActionAccount { bool get (); void set (bool value); }/** @property */ public boolean get_UseActionAccount () /** @property */ public void set_UseActionAccount (boolean value) public function get UseActionAccount () : boolean public function set UseActionAccount (value : boolean) Property ValueReturns a Boolean whose value is true if device discovery is performed using the Management Server action account, and false otherwise.
WarningWarning
If this value is false, you must set the action account to use for device discovery by using SetActionAccount.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms