UrlFieldFormatType Enumeration
Specifies the display format of the field (2).
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration UrlFieldFormatType
'Usage
Dim instance As UrlFieldFormatType
public enum UrlFieldFormatType
Members
Member name | Description | |
---|---|---|
Hyperlink | Specify that the value must be displayed as a hyperlink. The value = 0. | |
Image | Specify that the value must be displayed as an image. The value = 1. |