EventHandlerRequestContextCurrentUserSessionInfo Property |
The session of the user making the request.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic SessionInfo CurrentUserSessionInfo { get; }
Public ReadOnly Property CurrentUserSessionInfo As SessionInfo
Get
public:
virtual property SessionInfo^ CurrentUserSessionInfo {
SessionInfo^ get () sealed;
}
Property Value
Type:
SessionInfoImplements
IConfigurationRequestContextCurrentUserSessionInfo
See Also