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