Share via


ActiveLanguage Property

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

Gets or sets the active language of this item.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public MustOverride Property ActiveLanguage As String
'Usage
Dim instance As MultilingualCatalogObject
Dim value As String

value = instance.ActiveLanguage

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

Property Value

Type: System..::.String
Language in which in which data returned by this catalog object should be returned.

Remarks

Language in which data returned by this CatalogItem object should be returned.

Changing this value will trigger a refresh of the object data. All internal data is invalidated and the object is refreshed as specified in its preloading properties (or defaults if not specified.)

Permissions

See Also

Reference

MultilingualCatalogObject Class

MultilingualCatalogObject Members

Microsoft.CommerceServer.Catalog Namespace