Share via


DataViewPropertyDescriptor Constructor (String)

Initializes a new instance of the DataViewPropertyDescriptor class with the property name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public DataViewPropertyDescriptor(
    string name
)
public:
DataViewPropertyDescriptor(
    String^ name
)
new : 
        name:string -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Overload

Microsoft.VisualStudio.Data.Framework Namespace