KeyValuePair members

Specifies an optional property for an object in a cache.

The KeyValuePair type exposes the following members.

Constructors

  Name Description
Public method KeyValuePair Instantiates a KeyValuePair object.

Top

Properties

  Name Description
Public property PropertyName Gets the name of the property.
Public property Value Gets the value of the property.

Top

Methods

  Name Description
Public method ToString Returns the values of the PropertyName and Value properties of the KeyValuePair object. (Overrides Object.ToString().)

Top

See also

Reference

KeyValuePair class

Microsoft.Office.Server.ObjectCache namespace