PolicyCategoryInformation.ID Property
Gets the ID.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property ID As Integer
Get
'Usage
Dim instance As PolicyCategoryInformation
Dim value As Integer
value = instance.ID
public int ID { get; }
public:
property int ID {
int get ();
}
member ID : int
function get ID () : int
Property Value
Type: System.Int32
The Policy Category ID.