SPFieldMultiColumn.PreviewValueTyped property
Gets a preview value object for the field type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PreviewValueTyped As Object
Get
'Usage
Dim instance As SPFieldMultiColumn
Dim value As Object
value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }
Property value
Type: System.Object
An object that represents the preview value object.