EntityEventArgsTSession Property
|
Gets/set the session where the activity happens under
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public IUserWriteSession Session { get; set; }
Public Property Session As IUserWriteSession
Get
Set
public:
property IUserWriteSession^ Session {
IUserWriteSession^ get ();
void set (IUserWriteSession^ value);
}
member Session : IUserWriteSession with get, set
Property Value
Type:
IUserWriteSessionSee Also