public ExtensionInstallScope Scope { get; set; }
Public Property Scope As ExtensionInstallScope
Get
Set
public:
property ExtensionInstallScope Scope {
ExtensionInstallScope get ();
void set (ExtensionInstallScope value);
}
member Scope : ExtensionInstallScope with get, set