Share via


LoginTypePayloadOption.IsWindows Property

Gets or sets a value that indicates whether WINDOWS is specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsWindows As Boolean
public bool IsWindows { get; set; }
public:
property bool IsWindows {
    bool get ();
    void set (bool value);
}
member IsWindows : bool with get, set
function get IsWindows () : boolean
function set IsWindows (value : boolean)

Property Value

Type: System.Boolean
Returns true if WINDOWS is specified; otherwise, false.

.NET Framework Security

See Also

Reference

LoginTypePayloadOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace