ConnectionCredential.UseSystemAccount 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.
Gets a value indicating whether the system account should be used.
public:
property bool UseSystemAccount { bool get(); };
public bool UseSystemAccount { get; }
member this.UseSystemAccount : bool
Public ReadOnly Property UseSystemAccount As Boolean
Property Value
true
if the system account should be used; otherwise, false
.