'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property CertificateTypeIds As UANodeIdCollection
'Usage
Dim instance As _UACertificateGroupElement Dim value As UANodeIdCollection value = instance.CertificateTypeIds
[ElementsNotNull()] [NotNull()] UANodeIdCollection CertificateTypeIds {get;}
[ElementsNotNull()] [NotNull()] property UANodeIdCollection^ CertificateTypeIds { UANodeIdCollection^ get(); }