Call.ApplicationContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an application-defined context.
public:
property System::Object ^ ApplicationContext { System::Object ^ get(); void set(System::Object ^ value); };
public object ApplicationContext { get; set; }
member this.ApplicationContext : obj with get, set
Public Property ApplicationContext As Object
Property Value
Remarks
This custom context allows an application to store and retrieve application-specific data associated with this instance.