DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Collection Assembly / C1.DataEngine Namespace / C1DataEngineCollection Class / GetPropertyDescriptorValue<T> Method
The property descriptor.
The item.

In This Topic
    GetPropertyDescriptorValue<T> Method
    In This Topic
    Gets the property descriptor value.
    Syntax
    'Declaration
     
    Public Shared Function GetPropertyDescriptorValue(Of T)( _
       ByVal propertyDescriptor As PropertyDescriptor, _
       ByVal item As Object _
    ) As T
    public static T GetPropertyDescriptorValue<T>( 
       PropertyDescriptor propertyDescriptor,
       object item
    )

    Parameters

    propertyDescriptor
    The property descriptor.
    item
    The item.

    Type Parameters

    T
    Remarks
    For internal use only.
    See Also