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