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