DataViewPropertyDescriptor.SetPropertyType(Type) Method

Definition

Sets the property type to the specified type.

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

Parameters

value
Type

A Type specifying the property type to set.

Exceptions

The value parameter is null.

Applies to