View.CustomFormatter property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property CustomFormatter As String
    Get
    Set
'Usage
Dim instance As View
Dim value As String

value = instance.CustomFormatter

instance.CustomFormatter = value
public string CustomFormatter { get; set; }

Property value

Type: System.String

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace