Gets the session role.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public Session..::..SessionRole Role { get; }
Visual Basic
Public ReadOnly Property Role As Session..::..SessionRole
	Get
Visual C++
public:
property Session..::..SessionRole Role {
	Session..::..SessionRole get ();
}

Field Value

Session role.

See Also