OperationSessionID - свойство
Идентификатор сессии, в рамках которой была создана операция.
Пространство имён: Tessa.Platform.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Guid? SessionID { get; set; }
Public Property SessionID As Guid?
Get
Set
public:
virtual property Nullable<Guid> SessionID {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract SessionID : Nullable<Guid> with get, set
override SessionID : Nullable<Guid> with get, set
NullableGuidIOperationSessionID