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