See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected abstract Dictionary<string, string[]> DescriptionListForAllLanguages { get; set; }
Visual Basic
Protected MustOverride Property DescriptionListForAllLanguages As Dictionary(Of String, String())
	Get
	Set
Visual C++
protected:
virtual property Dictionary<String^, array<String^>^>^ DescriptionListForAllLanguages {
	Dictionary<String^, array<String^>^>^ get () abstract;
	void set (Dictionary<String^, array<String^>^>^ value) abstract;
}

Property Value

Type: Dictionary<(Of <(<'String, array<String>[]()[][]>)>)>

See Also