'Declaration
Public Property TargetTypes As Type()
'Usage
Dim instance As XmlMessageFormatter Dim value() As Type instance.TargetTypes = value value = instance.TargetTypes
public Type[] TargetTypes {get; set;}
public: property array<Type^>^ TargetTypes { array<Type^>^ get(); void set ( array<Type^>^ value); }