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