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