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
'Declaración
Public Sub New ( _
name As String _
)
public DataViewPropertyDescriptor(
string name
)
public:
DataViewPropertyDescriptor(
String^ name
)
new :
name:string -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
name : String
)
Parameters
- name
Type: System.String
The name of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataViewPropertyDescriptor Class