CustomProperty Constructor
Initializes a new instance of the
CustomProperty class with the specified name and value.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Object _
)
Parameters
- name
- The name of the custom property.
- value
- The value of the custom property.