BaseChannelObjectWithProperties.Keys Property

Definition

When overridden in a derived class, gets a ICollection of keys that the channel object properties are associated with.

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overridable ReadOnly Property Keys As ICollection

Property Value

A ICollection of keys that the channel object properties are associated with.

Implements

Notes to Inheritors

It is necessary to implement this property for a derived channel sink to function.

Applies to