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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.