KeyValuePair Constructor
Instantiates a KeyValuePair object.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
value As String _
)
'Usage
Dim propertyName As String
Dim value As String
Dim instance As New KeyValuePair(propertyName, _
value)
public KeyValuePair(
string propertyName,
string value
)
Parameters
- propertyName
Type: System.String
The name of the property.
- value
Type: System.String
The value of the property.