Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.