다음을 통해 공유


KeyValuePair.Value Property

Gets the value of the property.

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

Syntax

'Declaration
Public ReadOnly Property Value As String
    Get
'Usage
Dim instance As KeyValuePair
Dim value As String

value = instance.Value
public string Value { get; }

Property Value

Type: System.String
Returns String.

See Also

Reference

KeyValuePair Class

KeyValuePair Members

Microsoft.Office.Server.ObjectCache Namespace