TagIdArtifacts<T>.Artifacts Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Artifacts As IEnumerable(Of T)
public IEnumerable<T> Artifacts { get; set; }
public:
property IEnumerable<T>^ Artifacts {
IEnumerable<T>^ get ();
void set (IEnumerable<T>^ value);
}
member Artifacts : IEnumerable<'T> with get, set
function get Artifacts () : IEnumerable<T>
function set Artifacts (value : IEnumerable<T>)
Property Value
Type: System.Collections.Generic.IEnumerable<T>
.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.