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

サービスの名前。

適用対象