'Declaration
Public Property SecurityKeyServices As UADiscoveryElementCollection
'Usage
Dim instance As UAPubSubConfigurationElement Dim value As UADiscoveryElementCollection instance.SecurityKeyServices = value value = instance.SecurityKeyServices
public UADiscoveryElementCollection SecurityKeyServices {get; set;}
public: property UADiscoveryElementCollection^ SecurityKeyServices { UADiscoveryElementCollection^ get(); void set ( UADiscoveryElementCollection^ value); }