IValidationResultItem.Result 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 result of validation
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The result of validation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ValidationResultStatus) }, ReadOnly=false, Required=false, SerializedName="result")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ValidationResultStatus? Result { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The result of validation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ValidationResultStatus) }, ReadOnly=false, Required=false, SerializedName="result")>]
member this.Result : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ValidationResultStatus> with get, set
Public Property Result As Nullable(Of ValidationResultStatus)
Property Value
- Attributes