'Declaration
<NotNullAttribute()> Property SecurityKeyServices As UAEndpointDescriptorCollection
'Usage
Dim instance As _UASubscriberCommunicationParameters Dim value As UAEndpointDescriptorCollection instance.SecurityKeyServices = value value = instance.SecurityKeyServices
[NotNull()] UAEndpointDescriptorCollection SecurityKeyServices {get; set;}
[NotNull()] property UAEndpointDescriptorCollection^ SecurityKeyServices { UAEndpointDescriptorCollection^ get(); void set ( UAEndpointDescriptorCollection^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).