This documentation is archived and is not being maintained.

RepositoryProperties::DownloadKey Property

Gets the download key for this repository.

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

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

Property Value

Type: array<System::Byte>
The download key for this repository.

Show: