IGetContextProperties Interface

The IGetContextProperties interface provides access to context object properties.

Remarks

The IGetContextProperties interface is declared in the package com.ms.mtx.

The IGetContextProperties interface exposes the following methods.

Method Description
Count Returns the number of properties associated with the context object.
EnumNames Returns a reference to an enumerator that you can use to iterate through all the context object properties.
GetProperty Returns a context object property.

See Also

Context Objects