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