See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
IReflect..::..GetProperties(BindingFlags)
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override PropertyInfo[] GetProperties( BindingFlags bindingAttr ) |
Visual Basic |
---|
Public Overrides Function GetProperties ( bindingAttr As BindingFlags ) As PropertyInfo() |
Visual C++ |
---|
public: virtual array<PropertyInfo^>^ GetProperties( BindingFlags bindingAttr ) override |
Parameters
- bindingAttr
- Type: System.Reflection..::..BindingFlags
Return Value
Type: array<PropertyInfo>[]()[][]Implements
_Type..::..GetProperties(BindingFlags)IReflect..::..GetProperties(BindingFlags)