DeviceDiscoveryConfiguration.UseActionAccount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Warning
If this value is false, you must set the action account to use for device discovery by using SetActionAccount.