ExtendedAttribute Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The Extended Attribute class includes methods for creating an additional attribute to execute a job.
'Declaration
Public Function New( _
ByVal name As String, _
ByVal value As String, _
ByVal datatype As Integer _
)
'Usage
Dim name As String
Dim value As String
Dim datatype As Integer
Dim instance As New ExtendedAttribute(name, value, datatype)
Parameters
- name
- Required. Holds the name of the additional attribute you want to create.
- value
- Required. Holds the value for the additional attribute.
- datatype
- Required. Holds the data type for the additional attribute.