See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.FormsAssembly: 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;
} |
Property Value
Type:
ObjectImplements
IDataConnectionPropertiesItem
See Also