DataViewPropertyDescriptor.SetDisplayName(String) Method

Definition

Sets the display name attribute, using the specified display name value.

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

Parameters

value
String

The display name value used to create and add the DisplayNameAttribute. Specify null to use the default display name attribute value.

Applies to