IValidationResultItem.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error code of validation result
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The error code of validation result", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="errorCode")]
public string ErrorCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The error code of validation result", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="errorCode")>]
member this.ErrorCode : string with get, set
Public Property ErrorCode As String
Property Value
- Attributes