共用方式為


DnssdServiceInstance.DnssdServiceInstanceName 屬性

定義

取得或設定這個 DnssdServiceInstance的 DNS-SD 服務實例名稱。

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

屬性值

String

Platform::String

winrt::hstring

服務的名稱。

適用於