ComponentOne FlexReport for WinForms
GetProperty Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : GetProperty Method
Syntax
'Declaration
 
Public Shared Function GetProperty( _
   ByVal type As System.Type, _
   ByVal name As System.String, _
   ByVal bindingFlags As System.Reflection.BindingFlags, _
   ByVal returnType As System.Type, _
   ByVal paramTypes() As System.Type _
) As System.Reflection.PropertyInfo
public static System.Reflection.PropertyInfo GetProperty( 
   System.Type type,
   System.string name,
   System.Reflection.BindingFlags bindingFlags,
   System.Type returnType,
   System.Type[] paramTypes
)

Parameters

type
name
bindingFlags
returnType
paramTypes
See Also

Reference

Utils Class
Utils Members