PaymentAddress.DependentLocality Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Gets or sets the DependentLocality.