TagArtifacts<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

See Also

Reference

TagArtifacts<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace