DataViewPropertyDescriptor.SetName(String) Method

Definition

Sets the property name.

public:
 void SetName(System::String ^ value);
public void SetName (string value);
member this.SetName : string -> unit
Public Sub SetName (value As String)

Parameters

value
String

The property name.

Applies to