This documentation is archived and is not being maintained.

ArtifactSpec::Id Property

Gets the ID of this artifact specifier.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property array<unsigned char>^ Id {
	array<unsigned char>^ get ();
	internal: void set (array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>
The ID of this artifact specifier.

Show: