The following are constructors for PluginDescribeResult.OutputParameter.
public PluginDescribeResult.OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)
public PluginDescribeResult.OutputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType)
The following are properties for PluginDescribeResult.OutputParameter.
public String Description {get; set;}
Type: String
Size limit: 255 characters.
public String Name {get; set;}
Type: String
Size limit: 40 characters.
public Process.PluginDescribeResult.ParameterType ParameterType {get; set;}
Type: Process.PluginDescribeResult.ParameterType