public OpenSessionRequest OpenSessionRequest { get; set; }Public Property OpenSessionRequest As OpenSessionRequest
Get
Setpublic:
property OpenSessionRequest^ OpenSessionRequest {
OpenSessionRequest^ get ();
void set (OpenSessionRequest^ value);
}member OpenSessionRequest : OpenSessionRequest with get, set