DnsSrvServiceEndpointProviderOptions.QuerySuffix Property

Definition

Gets or sets the default DNS query suffix for services resolved via this provider.

public:
 property System::String ^ QuerySuffix { System::String ^ get(); void set(System::String ^ value); };
public string? QuerySuffix { get; set; }
member this.QuerySuffix : string with get, set
Public Property QuerySuffix As String

Property Value

Remarks

If not specified, the provider will attempt to infer the namespace.

Applies to