TextExpressionImports.References Property
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property References As IList(Of AssemblyReference)
public IList<AssemblyReference> References { get; private set; }
public:
property IList<AssemblyReference^>^ References {
IList<AssemblyReference^>^ get ();
private: void set (IList<AssemblyReference^>^ value);
}
member References : IList<AssemblyReference> with get, private set
function get References () : IList<AssemblyReference>
private function set References (value : IList<AssemblyReference>)
Property Value
Type: System.Collections.Generic.IList<AssemblyReference>
.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.