'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property EndpointDescriptors As UAEndpointDescriptor()
'Usage
Dim instance As UADataDialog Dim value() As UAEndpointDescriptor instance.EndpointDescriptors = value value = instance.EndpointDescriptors
[ElementsNotNull()] [NotNull()] public UAEndpointDescriptor[] EndpointDescriptors {get; set;}
[ElementsNotNull()] [NotNull()] public: property array<UAEndpointDescriptor^>^ EndpointDescriptors { array<UAEndpointDescriptor^>^ get(); void set ( array<UAEndpointDescriptor^>^ value); }