SessionReceiver.Session Property

Gets or sets the session.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public Property Session As Session
    Get
    Private Set
'Usage
Dim instance As SessionReceiver
Dim value As Session

value = instance.Session
public Session Session { get; private set; }
public:
property Session^ Session {
    Session^ get ();
    private: void set (Session^ value);
}
member Session : Session with get, private set
function get Session () : Session
private function set Session (value : Session)

Property Value

Type: Microsoft.ServiceBus.Messaging.Session
A Session object.

See Also

Reference

SessionReceiver Class

Microsoft.ServiceBus.Messaging Namespace