Share via


PaymentAddress.DependentLocality Property

Definition

The dependent locality within a city.

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the DependentLocality.

Applies to