Share via


PolicyCategoryInformation.IsSubscribed Property

Gets a Boolean value that indicates whether the target subscribes to PolicyCategoryInformation.

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

Syntax

'Declaration
Public ReadOnly Property IsSubscribed As Boolean 
    Get
'Usage
Dim instance As PolicyCategoryInformation 
Dim value As Boolean 

value = instance.IsSubscribed
public bool IsSubscribed { get; }
public:
property bool IsSubscribed {
    bool get ();
}
member IsSubscribed : bool
function get IsSubscribed () : boolean

Property Value

Type: System.Boolean
A Boolean value that indicates whether the target subscribes to PolicyCategoryInformation., True if target subscribes, otherwise False.

See Also

Reference

PolicyCategoryInformation Class

Microsoft.SqlServer.Management.Dmf Namespace