Share via


SPDataSourceViewPropertyDescriptor constructor

Initializes a new instance of the SPDataSourceViewPropertyDescriptor class.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.String

    A string that contains the name of the property to be described.

  • propertyType
    Type: System.Type

    A Type object that represents the data type of the property.

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace