PendingChange.HashValue Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property HashValue As Byte()
Get
Set
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public byte[] HashValue { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property array<unsigned char>^ HashValue {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member HashValue : byte[] with get, set
function get HashValue () : byte[]
function set HashValue (value : byte[])
Property Value
Type: array<System.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.