SPDataSourceViewPropertyDescriptor Constructor
Initializes a new instance of the SPDataSourceViewPropertyDescriptor class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
columnName As String, _
propertyType As Type _
)
'Usage
Dim columnName As String
Dim propertyType As Type
Dim instance As New SPDataSourceViewPropertyDescriptor(columnName, _
propertyType)
public SPDataSourceViewPropertyDescriptor(
string columnName,
Type propertyType
)
Parameters
columnName
Type: System.StringA string that contains the name of the property to be described.
propertyType
Type: System.TypeA Type object that represents the data type of the property.
See Also
Reference
SPDataSourceViewPropertyDescriptor Class