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 a PaymentMethodDataSet containing all the language sensitive properties for all the languages.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property LanguageSensitiveProperties As PaymentMethodDataSet
'Usage
Dim instance As PaymentMethod
Dim value As PaymentMethodDataSet
value = instance.LanguageSensitiveProperties
public PaymentMethodDataSet LanguageSensitiveProperties { get; }
public:
property PaymentMethodDataSet^ LanguageSensitiveProperties {
PaymentMethodDataSet^ get ();
}
public function get LanguageSensitiveProperties () : PaymentMethodDataSet
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet
A PaymentMethodDataSet containing all the language sensitive properties for all the languages.
Remarks
Gets a PaymentMethodDataSet for all the language sensitive properties (LanguageId, PaymentMethodName, Description, PaymentMethodId) for all the languages.
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.