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)

Usage

Visual Basic
Dim instance As DeviceDiscoveryConfiguration
Dim value As Boolean

value = instance.UseActionAccount

instance.UseActionAccount = value

Syntax

Visual Basic
Public Property UseActionAccount As Boolean
C#
public bool UseActionAccount { get; set; }
C++
public:
property bool UseActionAccount {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_UseActionAccount ()

/** @property */
public void set_UseActionAccount (boolean value)
JScript
public function get UseActionAccount () : boolean

public function set UseActionAccount (value : boolean)

Property Value

A Boolean whose value is true if device discovery is performed using the Management Server action account, and false otherwise.

Remarks

Important
If this value is false, you must set the action account to use for device discovery by using SetActionAccount.

Thread Safety

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

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also