다음을 통해 공유


KeyValuePair.ToString Method

Returns the values of the PropertyName and Value properties of the KeyValuePair object.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As KeyValuePair
Dim returnValue As String

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

Return Value

Type: System.String
Returns String.

Remarks

The two values are returned in this format: “PropertyName: Value”.

See Also

Reference

KeyValuePair Class

KeyValuePair Members

Microsoft.Office.Server.ObjectCache Namespace