'DeclarationPublic Function New( _ ByVal itemId As String, _ ByVal browsePath As BrowsePath _ )
'UsageDim itemId As String Dim browsePath As BrowsePath Dim instance As New DAItemDescriptor(itemId, browsePath)
public DAItemDescriptor( string itemId, BrowsePath browsePath )
public: DAItemDescriptor( String^ itemId, BrowsePath^ browsePath )
Parameters
- itemId
 - Contains OPC item identifier.
 - browsePath
 - Contains the browse path for the OPC item.