PendingChange.UploadHashValue Property
This is the MD5 HashValue for the file that is currently associated with this pending change.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property UploadHashValue As Byte()
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public byte[] UploadHashValue { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property array<unsigned char>^ UploadHashValue {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member UploadHashValue : byte[] with get, set
function get UploadHashValue () : byte[]
function set UploadHashValue (value : byte[])
Property Value
Type: array<System.Byte[]
Returns Byte.
.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.