SPDataSourceViewResultItem.ICustomTypeDescriptor.GetComponentName method

Returns the name of this instance of a component

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

Syntax

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

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

Return value

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

Implements

ICustomTypeDescriptor.GetComponentName()

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace