DataViewPropertyDescriptor.SetName Method

Sets the property name.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub SetName ( _
    value As String _
)
public void SetName(
    string value
)
public:
void SetName(
    String^ value
)
member SetName : 
        value:string -> unit
public function SetName(
    value : String
)

Parameters

Remarks

If the value parameter is nulla null reference (Nothing in Visual Basic), this method sets the property name to an empty string.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace