ExternalDefinitionCreationOptions
Description:
Constructs the options using a specified name and type.
Constructs the options using a specified name and type.
public ExternalDefinitionCreationOptions(
string name,
ParameterType type
)
-
StringnameThe name of the parameter definition to be created.
-
typeThe name of the parameter type for the new definition.
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration