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)

Syntax

'Declaration
Public Property DownloadKey As Byte()
public byte[] DownloadKey { get; set; }
public:
property array<unsigned char>^ DownloadKey {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member DownloadKey : byte[] with get, set
function get DownloadKey () : byte[]
function set DownloadKey (value : byte[])

Property Value

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

.NET Framework Security

See Also

Reference

RepositoryProperties Class

Microsoft.TeamFoundation.VersionControl.Client Namespace