DataViewPropertyDescriptor.SetDescription(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 description attribute, using the specified description value.
public:
void SetDescription(System::String ^ value);
public void SetDescription (string value);
member this.SetDescription : string -> unit
Public Sub SetDescription (value As String)
Parameters
- value
- String
The description value used to create and add the DescriptionAttribute. Specify null to use the default description attribute value.