Property IsImplicit
IsImplicit
Gets a value indicating whether this session is an implicit session.
public bool IsImplicit { get; }
Property Value
- bool
true
if this session is an implicit session; otherwise,false
.
Gets a value indicating whether this session is an implicit session.
public bool IsImplicit { get; }
true
if this session is an implicit session; otherwise, false
.