QueryRule.GroupId 属性

此规则是为此使用者属于的组

命名空间:  Microsoft.Office.Server.Search.Query.Rules
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property GroupId As Nullable(Of Guid)
    Get
    Friend Set
用法
Dim instance As QueryRule
Dim value As Nullable(Of Guid)

value = instance.GroupId
[DataMemberAttribute]
public Nullable<Guid> GroupId { get; internal set; }

属性值

类型:System.Nullable<Guid>

另请参阅

引用

QueryRule 类

QueryRule 成员

Microsoft.Office.Server.Search.Query.Rules 命名空间