SessionImpersonationSessionId Property |
Gets the ID of the session which is being impersonated or which was used to impersonate this session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? ImpersonationSessionId { get; }
Public ReadOnly Property ImpersonationSessionId As Guid?
Get
public:
virtual property Nullable<Guid> ImpersonationSessionId {
Nullable<Guid> get () sealed;
}
abstract ImpersonationSessionId : Nullable<Guid> with get
override ImpersonationSessionId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also