Share via


DBBuildTask.ContributorArguments Property

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property ContributorArguments As ITaskItem()
public ITaskItem[] ContributorArguments { get; set; }
public:
property array<ITaskItem^>^ ContributorArguments {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
member ContributorArguments : ITaskItem[] with get, set
function get ContributorArguments () : ITaskItem[]
function set ContributorArguments (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]

.NET Framework Security

See Also

Reference

DBBuildTask Class

Microsoft.Data.Schema.Tasks Namespace