| IPluginPluginFolder Property  | 
            Gets or sets the folder that the plugin has been installed into.
            
 
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring PluginFolder { get; set; }Property PluginFolder As String
	Get
	Set
property String^ PluginFolder {
	String^ get ();
	void set (String^ value);
}abstract PluginFolder : string with get, set
Property Value
Type: 
String
Remarks
            The plugin should just provide the property - VRS will fill this value in when it loads the plugin. It will not
            be filled in until after the constructor has finished running so you cannot refer to it from the constructor.
            
See Also