AttributeListScriptInput Constructor
Public Sub New( _
ByVal name As String, _
ByVal description As String, _
ByVal is_optional As Boolean, _
ByVal context As AttributeSearchContext, _
Optional ByVal is_single As Boolean = false _
)
This language is not supported or no code example is available.
public AttributeListScriptInput(
string name,
string description,
bool is_optional,
AttributeSearchContext context,
bool is_single = false
)
This language is not supported or no code example is available.
public:
AttributeListScriptInput(
String^ name,
String^ description,
bool is_optional,
AttributeSearchContext context,
bool is_single
)
This language is not supported or no code example is available.
Parameters
- name
- string
- description
- string
- is_optional
- bool
- context
- AttributeSearchContext
- is_single
- bool