Report.Category Property

Definition

Gets or sets the categories of the property report.

public:
 property Microsoft::SqlServer::Management::Localizable ^ Category { Microsoft::SqlServer::Management::Localizable ^ get(); void set(Microsoft::SqlServer::Management::Localizable ^ value); };
public Microsoft.SqlServer.Management.Localizable Category { get; set; }
member this.Category : Microsoft.SqlServer.Management.Localizable with get, set
Public Property Category As Localizable

Property Value

The categories of the report.

Applies to