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