SPFieldMultiLineText.AllowHyperlink property
取得或設定布林值,這個值指定是否可以在欄位中使用超連結。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AllowHyperlink As Boolean
Get
Set
'用途
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.AllowHyperlink
instance.AllowHyperlink = value
public bool AllowHyperlink { get; set; }
Property value
Type: System.Boolean
true如果可以使用超連結 ;否則, false。