Share via


Workspace.ConnectivityEndpoints Property

Definition

Gets or sets connectivity endpoints

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectivityEndpoints")]
public System.Collections.Generic.IDictionary<string,string> ConnectivityEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectivityEndpoints")>]
member this.ConnectivityEndpoints : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ConnectivityEndpoints As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to