| GetConfigAction Constructor (String) |
Get the name of this action.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GetConfigAction(
string filename
)
Public Sub New (
filename As String
)
public:
GetConfigAction(
String^ filename
)
new :
filename : string -> GetConfigAction
Parameters
- filename
- Type: SystemString
the configuration filename.
See Also