ArtifactTagIds<T>.ArtifactId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ArtifactId As T
public T ArtifactId { get; set; }
public:
property T ArtifactId {
    T get ();
    void set (T value);
}
member ArtifactId : 'T with get, set
function get ArtifactId () : T
function set ArtifactId (value : T)

Property Value

Type: T

.NET Framework Security

See Also

Reference

ArtifactTagIds<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace