共用方式為


DataFormWebPart.FilterField property

取得篩選器欄位名稱。

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

Syntax

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property FilterField As String
    Get
'用途
Dim instance As DataFormWebPart
Dim value As String

value = instance.FilterField
[BrowsableAttribute(false)]
public string FilterField { get; }

Property value

Type: System.String

備註

指出套用到目前的 Web 組件的臨機操作的篩選器欄位名稱的公用屬性。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace