SecurableAuthData.NameValuePairs property
Obtém ou define uma coleção de pares de nome/valor que representa a entrada de logon.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property NameValuePairs As IDictionary(Of String, String)
Get
Set
'Uso
Dim instance As SecurableAuthData
Dim value As IDictionary(Of String, String)
value = instance.NameValuePairs
instance.NameValuePairs = value
public IDictionary<string, string> NameValuePairs { get; set; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>
Um objeto dictionary que contém o logon de entrada.
Ver também
Referência
Microsoft.Office.Server.Search.Administration namespace