[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Structure which defines the WspKeyValuePair used by enumerating the data in a serialized object.

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Structure WspKeyValuePair(Of TypeKey, TypeValue)
C#
public struct WspKeyValuePair<TypeKey, TypeValue>
C++
generic<typename TypeKey, typename TypeValue>
public value class WspKeyValuePair

Methods

IconTypeDescription
Equals(Object)
Indicates whether this instance and a specified object are equal.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHashCode()
Returns the hash code for this instance.
GetType()
Gets the Type of the current instance.
MemberwiseClone()
Creates a shallow copy of the current Object.
ToString()
Returns the fully qualified type name of this instance.

Constructors

IconTypeDescription
WspKeyValuePair<(Of TypeKey, TypeValue>)New(TypeKey, TypeValue)
Base constructor to create a new WspKeyValuePair

Properties

IconTypeDescription
Key
Key of the struct
ValueIn
ValueIn of the struct