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