DataViewPropertyDescriptor.SetDisplayName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.