共用方式為


SPList.UseFormsForDisplay property

會指出是否表單應考慮顯示快顯或不。

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

Syntax

'宣告
Public Overridable Property UseFormsForDisplay As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.UseFormsForDisplay

instance.UseFormsForDisplay = value
public virtual bool UseFormsForDisplay { get; set; }

Property value

Type: System.Boolean
Boolean 值 = true ,如果應考慮顯示快顯表單。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace