RequestCheckResult.Level Property
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public DeploymentErrorLevel Level { get; set; }
public:
[DataMemberAttribute]
property DeploymentErrorLevel Level {
DeploymentErrorLevel get();
void set(DeploymentErrorLevel value);
}
[<DataMemberAttribute>]
member Level : DeploymentErrorLevel with get, set
<DataMemberAttribute>
Public Property Level As DeploymentErrorLevel
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel
Type: DeploymentErrorLevel
See Also
RequestCheckResult Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright