'Declaration<ElementsNotNullAttribute()> Public ReadOnly Property CertificateTypeIds As UANodeIdCollection
'UsageDim instance As UACertificateGroupElement Dim value As UANodeIdCollection value = instance.CertificateTypeIds
[ElementsNotNull()] public UANodeIdCollection CertificateTypeIds {get;}
[ElementsNotNull()] public: property UANodeIdCollection^ CertificateTypeIds { UANodeIdCollection^ get(); }