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

Syntax

C#
protected override PropertyInfo GetPropertyImpl(
	string name,
	BindingFlags bindingAttr,
	Binder binder,
	Type returnType,
	Type[] types,
	ParameterModifier[] modifiers
)
Visual Basic
Protected Overrides Function GetPropertyImpl ( 
	name As String,
	bindingAttr As BindingFlags,
	binder As Binder,
	returnType As Type,
	types As Type(),
	modifiers As ParameterModifier()
) As PropertyInfo
Visual C++
protected:
virtual PropertyInfo^ GetPropertyImpl(
	String^ name, 
	BindingFlags bindingAttr, 
	Binder^ binder, 
	Type^ returnType, 
	array<Type^>^ types, 
	array<ParameterModifier>^ modifiers
) override

Parameters

name
Type: System..::..String
bindingAttr
Type: System.Reflection..::..BindingFlags
binder
Type: System.Reflection..::..Binder
returnType
Type: System..::..Type
types
Type: array<System..::..Type>[]()[][]
modifiers
Type: array<System.Reflection..::..ParameterModifier>[]()[][]

Return Value

Type: PropertyInfo

See Also