DefaultLanguage Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the default language for the PaymentMethod.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DefaultLanguage As String
'Usage
Dim instance As PaymentMethod
Dim value As String
value = instance.DefaultLanguage
instance.DefaultLanguage = value
public string DefaultLanguage { get; set; }
public:
property String^ DefaultLanguage {
String^ get ();
void set (String^ value);
}
public function get DefaultLanguage () : String
public function set DefaultLanguage (value : String)
Property Value
Type: System..::.String
The default language for the PaymentMethod.
Remarks
PaymentMethod stores information for multiple languages, and the methods return the localizable properties in its default language unless another language is specified.
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.