ArtifactSpec Constructor (Guid, Int32, Int32)
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.