SPFieldMultiLineText.RestrictedMode property
取得或設定布林值,指定這個文字欄位是否在受限制模式中。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RestrictedMode As Boolean
Get
Set
'用途
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.RestrictedMode
instance.RestrictedMode = value
public bool RestrictedMode { get; set; }
Property value
Type: System.Boolean
若要指定欄位是在受限制模式 ; true否則, false。