'Declaration
<XmlElementAttribute()> <DefaultValueAttribute()> Public Property ExternalPaymentProviderAllowed As Boolean
'Usage
Dim instance As GeneralRules Dim value As Boolean instance.ExternalPaymentProviderAllowed = value value = instance.ExternalPaymentProviderAllowed
[XmlElement()] [DefaultValue()] public bool ExternalPaymentProviderAllowed {get; set;}
public read-write property ExternalPaymentProviderAllowed: Boolean;
XmlElementAttribute() DefaultValueAttribute() public function get,set ExternalPaymentProviderAllowed : boolean
[XmlElement()] [DefaultValue()] public: __property bool get_ExternalPaymentProviderAllowed(); public: __property void set_ExternalPaymentProviderAllowed( bool value );
[XmlElement()] [DefaultValue()] public: property bool ExternalPaymentProviderAllowed { bool get(); void set ( bool value); }
Property Value
true
if an using external payment provider is allowed; otherwise, false
.