See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get whether the field can be made available, whether a control or column could be created.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool CanBeAvailable { get; private set; } |
Visual Basic |
---|
Public Property CanBeAvailable As Boolean
Get
Private Set |
Visual C++ |
---|
public:
property bool CanBeAvailable {
bool get ();
private: void set (bool value);
} |
Property Value
Type:
Boolean
See Also