获取或设置预筛选外部匹配警报的 GUID。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MatchId As Guid
Get
Set
用法
Dim instance As SPAlert
Dim value As Guid
value = instance.MatchId
instance.MatchId = value
public Guid MatchId { get; set; }
属性值
类型:System.Guid
System.Guid表示预筛选的 GUID。
备注
MatchId属性引发SPException在以下情况下:
如果AlertType属性包含Custom,则此属性是必需的。如果 GUID 指定现有的列表,警报匹配在列表中的所有事件,但它不显示在警报管理用户界面中。