SampleAttribute Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor call
'Declaration
Public Function New( _
ByVal attrDesc As String, _
ByVal value As String, _
ByVal notes As String _
)
'Usage
Dim attrDesc As String
Dim value As String
Dim notes As String
Dim instance As New SampleAttribute(attrDesc, value, notes)
Parameters
- attrDesc
- String data contains sample attribute description
- value
- String data contains value of the configured sample attribute
- notes
- String data contains notes value of the configured sample attribute