UserField.NoCAML property

Gets or sets the property which indicates whether the user field control will use CAML to render users for display mode. True indicates that no CAML will be used and the rendering logic will come from SPFieldUser; false otherwise.

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

Syntax

'Declaration
Public Property NoCAML As Boolean
    Get
    Set
'Usage
Dim instance As UserField
Dim value As Boolean

value = instance.NoCAML

instance.NoCAML = value
public bool NoCAML { get; set; }

Property value

Type: System.Boolean

See also

Reference

UserField class

UserField members

Microsoft.SharePoint.WebControls namespace