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