WebAdminViewPlugin Property |
Gets or sets the plugin that this view is the options screen for.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IPlugin Plugin { get; set; }
Public Property Plugin As IPlugin
Get
Set
public:
property IPlugin^ Plugin {
IPlugin^ get ();
void set (IPlugin^ value);
}
member Plugin : IPlugin with get, set
Property Value
Type:
IPluginSee Also