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