SecurableAuthData.NameValuePairs 属性 (Microsoft.Office.Server.Search.Administration)

Gets or sets the collection of name/value pairs representing the logon input.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property NameValuePairs As IDictionary(Of String, String)
用法
Dim instance As SecurableAuthData
Dim value As IDictionary(Of String, String)

value = instance.NameValuePairs

instance.NameValuePairs = value
public IDictionary<string,string> NameValuePairs { get; set; }

属性值

A dictionary object containing the logon input.

另请参阅

参考

SecurableAuthData 类
SecurableAuthData 成员
Microsoft.Office.Server.Search.Administration 命名空间

其他资源

联合搜索概述