DnssdServiceInstance.DnssdServiceInstanceName 속성

정의

DnssdServiceInstance의 DNS-SD 서비스 instance 이름을 가져오거나 설정합니다.

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

서비스의 이름입니다.

적용 대상