共用方式為


SPAlert.Filter property

取得或設定查詢中的篩選器套用到此警示的Collaborative Application Markup Language (CAML) 。

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

Syntax

'宣告
Public Property Filter As String
    Get
    Set
'用途
Dim instance As SPAlert
Dim value As String

value = instance.Filter

instance.Filter = value
public string Filter { get; set; }

Property value

Type: System.String
CAML字串,包含查詢。

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace