Call.ApplicationContext Property

Definition

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.

Applies to