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 Byte(), _
    version As Integer _
)
public ArtifactSpec(
    Guid kind,
    byte[] id,
    int version
)
public:
ArtifactSpec(
    Guid kind, 
    array<unsigned char>^ id, 
    int version
)
new : 
        kind:Guid * 
        id:byte[] * 
        version:int -> ArtifactSpec
public function ArtifactSpec(
    kind : Guid, 
    id : byte[], 
    version : int
)
Parameters
- kind 
 Type: System.Guid- The kind that the artifact belongs too. 
- id
 Type: array<System.Byte[]
- version 
 Type: System.Int32- The 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.