DefaultConfigurationRequestContextExCurrentUserSessionInfo Property |
The session of the user making the request.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual SessionInfo CurrentUserSessionInfo { get; protected set; }
Public Overridable Property CurrentUserSessionInfo As SessionInfo
Get
Protected Set
public:
virtual property SessionInfo^ CurrentUserSessionInfo {
SessionInfo^ get ();
protected: void set (SessionInfo^ value);
}
Property Value
Type:
SessionInfoImplements
IConfigurationRequestContextCurrentUserSessionInfo
See Also