| ScriptMappingScriptAssmebly Property |
The name of the assembly to load, that contains the ScriptClass. Optional, if not specified, the class will be loaded from the current assembly
Namespace: AsterNET.FastAGI.MappingStrategiesAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ScriptAssmebly { get; set; }
Public Property ScriptAssmebly As String
Get
Set
public:
property String^ ScriptAssmebly {
String^ get ();
void set (String^ value);
}
member ScriptAssmebly : string with get, set
Property Value
Type:
StringSee Also