| SessionOptionsSessionName Property |
Gets or sets the session name which can be used to identify
the log lines pertaining to the session.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.10.1
Syntaxpublic string SessionName { get; set; }Public Property SessionName As String
Get
Set
public:
property String^ SessionName {
String^ get ();
void set (String^ value);
}member SessionName : string with get, set
Property Value
Type:
String
See Also