DnssdServiceInstance.DnssdServiceInstanceName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name of the service.