TeamFoundationTagProviderBase<T>.ArtifactKind Property

Applicable artifact kind

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

Syntax

'Declaration
Public Overridable ReadOnly Property ArtifactKind As Guid
public virtual Guid ArtifactKind { get; }
public:
virtual property Guid ArtifactKind {
    Guid get ();
}
abstract ArtifactKind : Guid with get 
override ArtifactKind : Guid with get
function get ArtifactKind () : Guid

Property Value

Type: System.Guid

Implements

ITagProvider<T>.ArtifactKind

Remarks

Applicable artifact kind cannot be claimed by more than one tag provider

.NET Framework Security

See Also

Reference

TeamFoundationTagProviderBase<T> Class

Microsoft.TeamFoundation.Server.Core Namespace