IPendingConnection.ForceDisabledStatus 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.
Force disablement status of the current connection
[ADT.PSArgumentCompleter(new System.String[] { "ConnectionForceDisabled", "FlowTypeForceDisabled" })]
[ADT.Runtime.Info(Create=false, Description="Force disablement status of the current connection", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="forceDisabledStatus", Update=false)]
public System.Collections.Generic.List<string> ForceDisabledStatus { get; }
[<ADT.PSArgumentCompleter(new System.String[] { "ConnectionForceDisabled", "FlowTypeForceDisabled" })>]
[<ADT.Runtime.Info(Create=false, Description="Force disablement status of the current connection", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="forceDisabledStatus", Update=false)>]
member this.ForceDisabledStatus : System.Collections.Generic.List<string>
Public ReadOnly Property ForceDisabledStatus As List(Of String)
Property Value
- Attributes