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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property AllowHyperlink As Boolean
    Get
    Set
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean

value = instance.AllowHyperlink

instance.AllowHyperlink = value
[RemoteAttribute]
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