DeviceDiscoveryConfiguration.UseActionAccount Property

Definition

Whether the Management Server action account is used. If false, you must call SetCredentials.

public:
 property bool UseActionAccount { bool get(); void set(bool value); };
public bool UseActionAccount { get; set; }
member this.UseActionAccount : bool with get, set
Public Property UseActionAccount As Boolean

Property Value

Boolean

Remarks

Warning

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

Applies to