DataViewPropertyDescriptor.SetComponentType(Type) Method

Definition

Sets the component type to the specified type.

public:
 void SetComponentType(Type ^ value);
public void SetComponentType (Type value);
member this.SetComponentType : Type -> unit
Public Sub SetComponentType (value As Type)

Parameters

value
Type

The new component type to set.

Applies to