Udostępnij za pośrednictwem


IValidationResultItem.Result Property

Definition

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

Applies to