See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected KeyValuePair<string, string>[] LanguageList { get; } |
Visual Basic |
---|
Protected ReadOnly Property LanguageList As KeyValuePair(Of String, String)()
Get |
Visual C++ |
---|
protected:
property array<KeyValuePair<String^, String^>>^ LanguageList {
array<KeyValuePair<String^, String^>>^ get ();
} |
Property Value
Type:
array<KeyValuePair<(Of <(<'String,
String>)>)>>[]()[][]
See Also