FormsCredentials.Pairs 属性

获取或设置窗体身份验证登录页的输入的值。

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

语法

声明
Public Property Pairs As Dictionary(Of String, String)
    Get
    Set
用法
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, String)

value = instance.Pairs

instance.Pairs = value
public Dictionary<string, string> Pairs { get; set; }

属性值

类型:System.Collections.Generic.Dictionary<String, String>
表示登录输入的字符串值的字典。

另请参阅

引用

FormsCredentials 类

FormsCredentials 成员

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