DataSource.ImpersonateUser Property

Definition

Gets or sets a value that indicates whether to impersonate the user.

public:
 property bool ImpersonateUser { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool ImpersonateUser { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.ImpersonateUser : bool with get, set
Public Property ImpersonateUser As Boolean

Property Value

true if to impersonate the user; otherwise, false.

Attributes

Applies to