SecurableAuthData.NameValuePairs 属性

获取或设置表示登录输入名称/值对的集合。

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

语法

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

value = instance.NameValuePairs

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

属性值

类型:System.Collections.Generic.IDictionary<String, String>
一个字典对象,它包含输入的登录。

另请参阅

引用

SecurableAuthData 类

SecurableAuthData 成员

Microsoft.Office.Server.Search.Administration 命名空间

其他资源

Federated Search Overview