'Declaration
<MessagingDescriptionAttribute("Specifies the set of possible types that will be deserialized by the formatter from the message provided.")> Public Property TargetTypeNames As String()
'Usage
Dim instance As XmlMessageFormatter Dim value() As String instance.TargetTypeNames = value value = instance.TargetTypeNames
[MessagingDescription("Specifies the set of possible types that will be deserialized by the formatter from the message provided.")] public string[] TargetTypeNames {get; set;}
[MessagingDescription("Specifies the set of possible types that will be deserialized by the formatter from the message provided.")] public: property array<String^>^ TargetTypeNames { array<String^>^ get(); void set ( array<String^>^ value); }