ArtifactSpec Constructor (Guid, array<Byte , Int32)
Initializes a new ArtifactSpec instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
kind As Guid, _
artifactId As Byte(), _
version As Integer _
)
public ArtifactSpec(
Guid kind,
byte[] artifactId,
int version
)
public:
ArtifactSpec(
Guid kind,
array<unsigned char>^ artifactId,
int version
)
new :
kind:Guid *
artifactId:byte[] *
version:int -> ArtifactSpec
public function ArtifactSpec(
kind : Guid,
artifactId : byte[],
version : int
)
Parameters
kind
Type: System.GuidThe type of the artifact.
artifactId
Type: array<System.Byte[]The artifact ID.
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.