PolicyCategoryInformation.PolicyName Property

Gets the policy name.

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

Syntax

'Declaration
Public ReadOnly Property PolicyName As String 
    Get
'Usage
Dim instance As PolicyCategoryInformation 
Dim value As String 

value = instance.PolicyName
public string PolicyName { get; }
public:
property String^ PolicyName {
    String^ get ();
}
member PolicyName : string
function get PolicyName () : String

Property Value

Type: System.String
A string value that contains the policy name.

See Also

Reference

PolicyCategoryInformation Class

Microsoft.SqlServer.Management.Dmf Namespace