다음을 통해 공유


PaymentAddress.DependentLocality 속성

정의

도시 내의 종속 지역입니다.

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

void DependentLocality(winrt::hstring value);
public string DependentLocality { get; set; }
var string = paymentAddress.dependentLocality;
paymentAddress.dependentLocality = string;
Public Property DependentLocality As String

속성 값

String

Platform::String

winrt::hstring

DependentLocality를 가져오거나 설정합니다.

적용 대상