QueryProperties.AuthenticationType 属性
获取或设置用于查询的身份验证类型。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property AuthenticationType As QueryAuthenticationType
Get
Set
用法
Dim instance As QueryProperties
Dim value As QueryAuthenticationType
value = instance.AuthenticationType
instance.AuthenticationType = value
[DataMemberAttribute]
public QueryAuthenticationType AuthenticationType { get; set; }
属性值
类型:Microsoft.Office.Server.Search.Query.QueryAuthenticationType
从QueryAuthenticationType枚举的一个值。