DnssdServiceInstance.DnssdServiceInstanceName Property

Definition

Gets or sets the DNS-SD service instance name for this DnssdServiceInstance.

public:
 property Platform::String ^ DnssdServiceInstanceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DnssdServiceInstanceName();

void DnssdServiceInstanceName(winrt::hstring value);
public string DnssdServiceInstanceName { get; set; }
var string = dnssdServiceInstance.dnssdServiceInstanceName;
dnssdServiceInstance.dnssdServiceInstanceName = string;
Public Property DnssdServiceInstanceName As String

Property Value

String

Platform::String

winrt::hstring

The name of the service.

Applies to