DataSource.WindowsCredentials 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 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