Share via


PasswordCreateLoginSource.Hashed Property

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

Syntax

'Declaration
Public Property Hashed As Boolean
'Usage
Dim instance As PasswordCreateLoginSource 
Dim value As Boolean 

value = instance.Hashed

instance.Hashed = value
public bool Hashed { get; set; }
public:
property bool Hashed {
    bool get ();
    void set (bool value);
}
public function get Hashed () : boolean 
public function set Hashed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PasswordCreateLoginSource Class

PasswordCreateLoginSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace