EndpointDependency.DomainName Property

Definition

Gets or sets the domain name of the dependency.

[Newtonsoft.Json.JsonProperty(PropertyName="domainName")]
public string DomainName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="domainName")>]
member this.DomainName : string with get, set
Public Property DomainName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to