DataSource.WindowsCredentials Property

Definition

Gets or sets a value that indicates whether to use windows credentials.

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

Property Value

true if to use windows credentials; otherwise, false.

Attributes

Applies to