Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an artifact spec with options.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
kind As Guid, _
id As Integer, _
version As Integer _
)
public ArtifactSpec(
Guid kind,
int id,
int version
)
public:
ArtifactSpec(
Guid kind,
int id,
int version
)
new :
kind:Guid *
id:int *
version:int -> ArtifactSpec
public function ArtifactSpec(
kind : Guid,
id : int,
version : int
)
Parameters
kind
Type: System.GuidThe kind that the artifact belongs too.
- id
Type: System.Int32
version
Type: System.Int32The version of the artifact.
.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.