EnvironmentBaseCurrentUserSessionInfo Property |
Returns the original user SessionInfo if it exists in the current context.
Namespace:
MFiles.VAF.Common
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
IEnvironmentCurrentUserSessionInfo
See Also