Share via


DeploymentProjectBuilder.References Property

Gets or sets the list of references associated with this deployment project.

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

Syntax

'Declaration
Protected Friend Property References As ITaskItem()
protected internal ITaskItem[] References { get; set; }
protected public:
property array<ITaskItem^>^ References {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
member References : ITaskItem[] with get, set
function get References () : ITaskItem[]
function set References (value : ITaskItem[])

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace