Compartir a través de


del método KeyValuePair.ToString

Devuelve los valores de las propiedades PropertyName y Value del objeto KeyValuePair .

Espacio de nombres:  Microsoft.Office.Server.ObjectCache
Ensamblado:  Microsoft.Office.Server (en Microsoft.Office.Server.dll)

Sintaxis

'Declaración
Public Overrides Function ToString As String
'Uso
Dim instance As KeyValuePair
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Valor devuelto

Tipo: System.String
Devuelve String.

Comentarios

Los dos valores se devuelven en este formato: "PropertyName: Value".

Vea también

Referencia

clase KeyValuePair

Miembros KeyValuePair

Espacio de nombres Microsoft.Office.Server.ObjectCache