DefaultChannelLanguageKey Property

Gets the language identifier for the default channel language.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property DefaultChannelLanguageKey As String
    Get
    Friend Set
'Usage
Dim instance As LanguageListingPropertiesDictionary
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

LanguageListingPropertiesDictionary Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace