EndpointDependency.DomainName Property

Definition

Gets the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to