See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public AppWizardEntityClassProperty CollectionProperty { get; private set; } |
Visual Basic |
---|
Public Property CollectionProperty As AppWizardEntityClassProperty
Get
Private Set |
Visual C++ |
---|
public:
property AppWizardEntityClassProperty^ CollectionProperty {
AppWizardEntityClassProperty^ get ();
private: void set (AppWizardEntityClassProperty^ value);
} |
Property Value
Type:
AppWizardEntityClassProperty
See Also