Share via


SPDataSourceViewResultItem.ICustomTypeDescriptor.GetClassName method

Returns the class name of this instance of a component.

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

Syntax

'Declaration
Private Function GetClassName As String
    Implements ICustomTypeDescriptor.GetClassName
'Usage
Dim instance As SPDataSourceViewResultItem
Dim returnValue As String

returnValue = CType(instance, ICustomTypeDescriptor).GetClassName()
stringICustomTypeDescriptor.GetClassName()

Return value

Type: System.String
The class name of the object, or null if the class does not have a name.

Implements

ICustomTypeDescriptor.GetClassName()

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace