다음을 통해 공유


LanguageId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the Language identifier column's value in this row.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Property LanguageId As String
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodRow
Dim value As String

value = instance.LanguageId

instance.LanguageId = value
public string LanguageId { get; set; }
public:
property String^ LanguageId {
    String^ get ();
    void set (String^ value);
}
public function get LanguageId () : String
public function set LanguageId (value : String)

Property Value

Type: System..::.String
The language identifier of the Payment Method of this row.

Remarks

Stores the LanguageId value. The value is stored in the LanguageIdColumn.

Permissions

See Also

Reference

ShippingMethodDataSet..::.ShippingMethodRow Class

ShippingMethodDataSet..::.ShippingMethodRow Members

Microsoft.CommerceServer.Orders Namespace