Share via


PolicyCategorySubscription.IdentityKey Property

Gets the key value that identifies the subscription.

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

Syntax

'Declaration
Public ReadOnly Property IdentityKey As PolicyCategorySubscription.Key 
    Get
'Usage
Dim instance As PolicyCategorySubscription 
Dim value As PolicyCategorySubscription.Key 

value = instance.IdentityKey
public PolicyCategorySubscription.Key IdentityKey { get; }
public:
property PolicyCategorySubscription.Key^ IdentityKey {
    PolicyCategorySubscription.Key^ get ();
}
member IdentityKey : PolicyCategorySubscription.Key
function get IdentityKey () : PolicyCategorySubscription.Key

Property Value

Type: Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription.Key
An PolicyCategorySubscription.Key value that identifies the subscription.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

PolicyCategorySubscription Class

Microsoft.SqlServer.Management.Dmf Namespace