Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / GetProperty Method

In This Topic
    GetProperty Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetProperty( _
       ByVal type As Type, _
       ByVal name As String, _
       ByVal bindingFlags As BindingFlags, _
       ByVal returnType As Type, _
       ByVal paramTypes() As Type _
    ) As PropertyInfo
    public static PropertyInfo GetProperty( 
       Type type,
       string name,
       BindingFlags bindingFlags,
       Type returnType,
       Type[] paramTypes
    )

    Parameters

    type
    name
    bindingFlags
    returnType
    paramTypes
    See Also