PolicyStore.IdentityKey Property

Gets the identity key.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PolicyStore.Key 
    Get
'Usage
Dim instance As PolicyStore 
Dim value As PolicyStore.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public PolicyStore.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property PolicyStore.Key^ IdentityKey {
    PolicyStore.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : PolicyStore.Key
function get IdentityKey () : PolicyStore.Key

Property Value

Type: Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
An SfcKey object.

See Also

Reference

PolicyStore Class

Microsoft.SqlServer.Management.Dmf Namespace