FieldValueType Property
SPField.FieldValueType Property (Microsoft.SharePoint)
Gets the value type of the field when the field type has its own value type.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Overridable ReadOnly Property FieldValueType As Type
Visual Basic (Usage)
Dim instance As SPField
Dim value As Type

value = instance.FieldValueType
C#
public virtual Type FieldValueType { get; }

Property Value

A System.Type object that represents the value type.

Use the FieldValueType property when the field type has its own custom value type object, such as the one that is returned through the GetFieldValue method. For more information about field value objects, see Custom Field Value Classes.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker