FieldMultiLineText.AllowHyperlink property

Gets or sets a value that specifies whether a hyperlink is allowed as a value of the field.

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

Syntax

'Declaration
Public Property AllowHyperlink As Boolean
    Get
    Set
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean

value = instance.AllowHyperlink

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

Property value

Type: System.Boolean
Returns Booleantrue if a hyperlink is allowed as a value of the field otherwise returns false. The default value is

See also

Reference

FieldMultiLineText class

FieldMultiLineText members

Microsoft.SharePoint.Client namespace