言語

DataSource.WindowsCredentials プロパティ

定義

Windows認証情報を使うかどうかを示す値を取得または設定します。

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

プロパティ値

true Windows認証情報を使う場合、それ以外は false

属性

適用対象