LanguageSensitiveProperties Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a ShippingMethodDataSet for all language sensitive properties for all currently configured languages.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property LanguageSensitiveProperties As ShippingMethodDataSet
'Usage
Dim instance As ShippingMethod
Dim value As ShippingMethodDataSet
value = instance.LanguageSensitiveProperties
public ShippingMethodDataSet LanguageSensitiveProperties { get; }
public:
property ShippingMethodDataSet^ LanguageSensitiveProperties {
ShippingMethodDataSet^ get ();
}
public function get LanguageSensitiveProperties () : ShippingMethodDataSet
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet
The DataSet containing all the language sensitive properties for all the languages.
Remarks
The language sensitive properties are:
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.