PolicyCategorySubscription.Key.ID Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the PolicyCategorySubscription key.

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

Syntax

public int ID { get; set; }
public:
property int ID {
    int get();
    void set(int value);
}
member ID : int with get, set
Public Property ID As Integer

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

PolicyCategorySubscription.Key Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top