Share via


TagDefinition.IncludesAllArtifactKinds Property

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

Syntax

'Declaration
Public Property IncludesAllArtifactKinds As Boolean
public bool IncludesAllArtifactKinds { get; private set; }
public:
property bool IncludesAllArtifactKinds {
    bool get ();
    private: void set (bool value);
}
member IncludesAllArtifactKinds : bool with get, private set
function get IncludesAllArtifactKinds () : boolean 
private function set IncludesAllArtifactKinds (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TagDefinition Class

Microsoft.TeamFoundation.Server.Core Namespace