'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property SecurityKeyServices As UADiscoveryElementCollection
'Usage
Dim instance As _UAWriterGroupElement Dim value As UADiscoveryElementCollection instance.SecurityKeyServices = value value = instance.SecurityKeyServices
[ElementsNotNull()] [NotNull()] UADiscoveryElementCollection SecurityKeyServices {get; set;}
[ElementsNotNull()] [NotNull()] property UADiscoveryElementCollection^ SecurityKeyServices { UADiscoveryElementCollection^ get(); void set ( UADiscoveryElementCollection^ value); }