'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultNodeId As UANodeId
'Usage
Dim value As UANodeId value = UANodeDescriptor.DefaultNodeId
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UANodeId DefaultNodeId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UANodeId^ DefaultNodeId { UANodeId^ get(); }