'Declaration
<CanBeNullAttribute()> Public Property NodeId As String
'Usage
Dim instance As UANodeAttribute Dim value As String instance.NodeId = value value = instance.NodeId
[CanBeNull()] public string NodeId {get; set;}
'Declaration
<CanBeNullAttribute()> Public Property NodeId As String
'Usage
Dim instance As UANodeAttribute Dim value As String instance.NodeId = value value = instance.NodeId
[CanBeNull()] public string NodeId {get; set;}