PolicyCategorySubscription.Key.ID Property

Gets the name of the PolicyCategorySubscription key.

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

Syntax

'Declaration
Public Property ID As Integer 
    Get 
    Set
'Usage
Dim instance As PolicyCategorySubscription.Key 
Dim value As Integer 

value = instance.ID

instance.ID = value
public int ID { get; set; }
public:
property int ID {
    int get ();
    void set (int value);
}
member ID : int with get, set
function get ID () : int 
function set ID (value : int)

Property Value

Type: System.Int32
A Int32 value that specifies the ID of the key value.

Remarks

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

See Also

Reference

PolicyCategorySubscription.Key Class

Microsoft.SqlServer.Management.Dmf Namespace