  | UpdateConfigActionReload Property  | 
                Get/Set the reload behavior of this action (yes), or sets a specific module (name) to be reloaded.
                Set to empty string to update without reload.
            
 
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Reload { get; set; }Public Property Reload As String
	Get
	Set
public:
property String^ Reload {
	String^ get ();
	void set (String^ value);
}member Reload : string with get, set
Property Value
Type: 
String
See Also