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

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

    Parameters

    propertyDescriptor
    The property descriptor.
    item
    The item.
    value
    The value.

    Type Parameters

    T
    Remarks
    For internal use only.
    See Also