Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a protected version of PaymentType with a setter for derived classes.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Protected Property ProtectedPaymentType As PaymentMethodTypes
'Usage
Dim value As PaymentMethodTypes
value = Me.ProtectedPaymentType
Me.ProtectedPaymentType = value
protected PaymentMethodTypes ProtectedPaymentType { get; set; }
protected:
property PaymentMethodTypes ProtectedPaymentType {
PaymentMethodTypes get ();
void set (PaymentMethodTypes value);
}
protected function get ProtectedPaymentType () : PaymentMethodTypes
protected function set ProtectedPaymentType (value : PaymentMethodTypes)
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodTypes
A PaymentMethodTypes containing the type of payment method used.
Remarks
Stores a protected version of PaymentType with a setter for derived classes.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.