IConnection.LinkStatus 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.
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