XsdTypeImporterTask.CollectionTypes Property
Gets or sets the fully qualified or assembly qualified names of the types to be used as collection data types.
Namespace: Microsoft.Build.Tasks.Xsd
Assembly: XsdBuildTask (in XsdBuildTask.dll)
Syntax
'Declaration
Public Property CollectionTypes As String()
public string[] CollectionTypes { get; set; }
public:
property array<String^>^ CollectionTypes {
array<String^>^ get ();
void set (array<String^>^ value);
}
member CollectionTypes : string[] with get, set
function get CollectionTypes () : String[]
function set CollectionTypes (value : String[])
Property Value
Type: array<System.String[]
The fully qualified or assembly qualified names of the types to be used as collection data types.
Version Information
.NET Framework
Supported in: 4.6, 4.5