SPFormContext.EnableInputFieldLabels property
取得或設定布林值,指定是否以編輯] 或 [新增表單使用編輯或新增模式欄位標籤。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableInputFieldLabels As Boolean
Get
Set
'用途
Dim instance As SPFormContext
Dim value As Boolean
value = instance.EnableInputFieldLabels
instance.EnableInputFieldLabels = value
public bool EnableInputFieldLabels { get; set; }
Property value
Type: System.Boolean
若要指定表單使用的欄位標籤 ; true否則, false。