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