2021 Constructor
Changes 7
C

ExternalDefinitionCreationOptions

Description:
Constructs the options using a specified name and type.
public ExternalDefinitionCreationOptions(
	string name,
	ParameterType type
)
  • String
    name
    The name of the parameter definition to be created.
  • type
    The name of the parameter type for the new definition.