del constructor KeyValuePair
Crea una instancia de un objeto KeyValuePair .
Espacio de nombres: Microsoft.Office.Server.ObjectCache
Ensamblado: Microsoft.Office.Server (en Microsoft.Office.Server.dll)
Sintaxis
'Declaración
Public Sub New ( _
propertyName As String, _
value As String _
)
'Uso
Dim propertyName As String
Dim value As String
Dim instance As New KeyValuePair(propertyName, _
value)
public KeyValuePair(
string propertyName,
string value
)
Parámetros
propertyName
Tipo: System.StringNombre de la propiedad.
value
Tipo: System.StringEl valor de la propiedad.