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

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public Object this[
	string propertyName
] { get; set; }
Visual Basic
Public Default Property Item ( 
	propertyName As String
) As Object
	Get
	Set
Visual C++
public:
virtual property Object^ default[String^ propertyName] {
	Object^ get (String^ propertyName) sealed;
	void set (String^ propertyName, Object^ value) sealed;
}

Parameters

propertyName
Type: System..::..String

Property Value

Type: Object

Implements

IDataConnectionPropertiesItem

See Also