DeviceDiscoveryConfiguration.UseActionAccount Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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
'Usage
Dim instance As DeviceDiscoveryConfiguration
Dim value As Boolean
value = instance.UseActionAccount
instance.UseActionAccount = value
Syntax
'Declaration
Public Property UseActionAccount As Boolean
public 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 Value
Returns a Boolean whose value is true if device discovery is performed using the Management Server action account, and false otherwise.
Remarks
Warning
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 Vista, Windows Server 2003, and
Target Platforms
Change History
See Also
Reference
DeviceDiscoveryConfiguration Class
DeviceDiscoveryConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace