IPassword.IsHashed Property

Gets a value that indicates whether the password is hashed.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsHashed As Boolean
    Get
'Usage
Dim instance As IPassword
Dim value As Boolean

value = instance.IsHashed
bool IsHashed { get; }
property bool IsHashed {
    bool get ();
}
abstract IsHashed : bool
function get IsHashed () : boolean

Property Value

Type: System.Boolean
true if the password is hashed; otherwise, false.