SPFieldChoice.PreviewValueTyped Property

Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property PreviewValueTyped As Object
    Get
'Usage
Dim instance As SPFieldChoice
Dim value As Object

value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }

Property Value

Type: System.Object
An object that represents a preview value of field data.

See Also

Reference

SPFieldChoice Class

SPFieldChoice Members

Microsoft.SharePoint Namespace