PaymentShippingOption.IsSelected 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.
Indicates whether this shipping option is selected. A merchant is required to check that only a single shipping option within a request is marked as selected.
public:
property bool IsSelected { bool get(); void set(bool value); };
bool IsSelected();
void IsSelected(bool value);
public bool IsSelected { get; set; }
var boolean = paymentShippingOption.isSelected;
paymentShippingOption.isSelected = boolean;
Public Property IsSelected As Boolean
Property Value
Boolean
bool
Gets or sets IsSelected.