ActiveLanguage Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the active language of the Catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Overrides Property ActiveLanguage As String
'Usage
Dim instance As CatalogItem
Dim value As String
value = instance.ActiveLanguage
instance.ActiveLanguage = value
public override string ActiveLanguage { get; set; }
public:
virtual property String^ ActiveLanguage {
String^ get () override;
void set (String^ value) override;
}
public override function get ActiveLanguage () : String
public override 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
The ActiveLanguage property is the language in which the data returned by this catalog object should be returned.
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.