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