'Declaration
<CanBeNullAttribute()> Public Property NodePath As String
'Usage
Dim instance As DANodeAttribute Dim value As String instance.NodePath = value value = instance.NodePath
[CanBeNull()] public string NodePath {get; set;}
'Declaration
<CanBeNullAttribute()> Public Property NodePath As String
'Usage
Dim instance As DANodeAttribute Dim value As String instance.NodePath = value value = instance.NodePath
[CanBeNull()] public string NodePath {get; set;}
Not to be confused with the BrowsePath, or the access path (only in OPC-DA 1.0, and quite rare).