Share via


DeploymentPlanProblem.Category Property

Specifies a category for a deployment plan problem.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Category As DeploymentPlanProblem..::..ProblemCategory
public DeploymentPlanProblem..::..ProblemCategory Category { get; set; }
public:
property DeploymentPlanProblem..::..ProblemCategory Category {
    DeploymentPlanProblem..::..ProblemCategory get ();
    void set (DeploymentPlanProblem..::..ProblemCategory value);
}
member Category : DeploymentPlanProblem..::..ProblemCategory with get, set
function get Category () : DeploymentPlanProblem..::..ProblemCategory
function set Category (value : DeploymentPlanProblem..::..ProblemCategory)

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentPlanProblem.ProblemCategory
The problem category. The default value is None.

.NET Framework Security

See Also

Reference

DeploymentPlanProblem Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlanProblem.ProblemCategory