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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.