public ITessaWebScope? Scope { get; init; }Public Property Scope As ITessaWebScope
Get
Setpublic:
virtual property ITessaWebScope^ Scope {
ITessaWebScope^ get () sealed;
void set (ITessaWebScope^ value) sealed;
}abstract Scope : ITessaWebScope with get, set
override Scope : ITessaWebScope with get, set