PolicyCategory.DefaultCategory Property

Gets the category to which the policy is assigned by default.

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

Syntax

'Declaration
Public Shared ReadOnly Property DefaultCategory As String 
    Get
'Usage
Dim value As String 

value = PolicyCategory.DefaultCategory
public static string DefaultCategory { get; }
public:
static property String^ DefaultCategory {
    String^ get ();
}
static member DefaultCategory : string
static function get DefaultCategory () : String

Property Value

Type: System.String
A String value that specifies default category.

Remarks

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

See Also

Reference

PolicyCategory Class

Microsoft.SqlServer.Management.Dmf Namespace