PaymentAddress.Organization 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.
Organization in the address.
public:
property Platform::String ^ Organization { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Organization();
void Organization(winrt::hstring value);
public string Organization { get; set; }
var string = paymentAddress.organization;
paymentAddress.organization = string;
Public Property Organization As String
Property Value
Gets or sets the Organization.