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 (25.3.0.1000)
Syntaxpublic 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: 
NullableGuid
See Also