TfsGitCommitChangeCount.CommitId Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property CommitId As Byte()
public byte[] CommitId { get; private set; }
public:
property array<unsigned char>^ CommitId {
array<unsigned char>^ get ();
private: void set (array<unsigned char>^ value);
}
member CommitId : byte[] with get, private set
function get CommitId () : byte[]
private function set CommitId (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.