IConnection.LinkStatus Property

Definition

Link status of the current connection

[ADT.PSArgumentCompleter(new System.String[] { "Linked", "Unlinked" })]
[ADT.Runtime.Info(Create=false, Description="Link status of the current connection", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="linkStatus", Update=false)]
public string LinkStatus { get; }
[<ADT.PSArgumentCompleter(new System.String[] { "Linked", "Unlinked" })>]
[<ADT.Runtime.Info(Create=false, Description="Link status of the current connection", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="linkStatus", Update=false)>]
member this.LinkStatus : string
Public ReadOnly Property LinkStatus As String

Property Value

Attributes

Applies to