See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the value of loadOnDemand that was passed into the constructor.
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected bool LoadOnDemand { get; private set; } |
Visual Basic |
---|
Protected Property LoadOnDemand As Boolean Get Private Set |
Visual C++ |
---|
protected: property bool LoadOnDemand { bool get (); private: void set (bool value); } |