다음을 통해 공유


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

See Also

Reference

KeyValuePair Class

KeyValuePair Members

Microsoft.Office.Server.ObjectCache Namespace