'Declaration
Public Function New( _ ByVal propertyString As String _ )
'Usage
Dim propertyString As String Dim instance As New DAPropertyDescriptor(propertyString)
public DAPropertyDescriptor( string propertyString )
public: DAPropertyDescriptor( String^ propertyString )
Parameters
- propertyString
- The qualified name for this property (used with OPC XML-DA), or property Id as a string.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).