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#
public void SetDescriptionList(
	string language,
	string[] value
)
Visual Basic
Public Sub SetDescriptionList ( 
	language As String,
	value As String()
)
Visual C++
public:
void SetDescriptionList(
	String^ language, 
	array<String^>^ value
)

Parameters

language
Type: System..::..String
value
Type: array<System..::..String>[]()[][]

See Also