Share via


View.GetType method

Gets the type of the specified field.

Namespace:  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetType ( _
    fieldDotNotation As String _
) As Type
'Usage
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Type

returnValue = instance.GetType(fieldDotNotation)
public Type GetType(
    string fieldDotNotation
)

Parameters

  • fieldDotNotation
    Type: System.String

    The field name in dot notation.

Return value

Type: System.Type
The type of the specified field.

Implements

IView.GetType(String)

Remarks

For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.

See also

Reference

View class

View members

Microsoft.SharePoint.BusinessData.MetadataModel namespace