Participant.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.
Sets or gets the applications-specific state associated with the participant.
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
The applications-specific state associated with the participant.