GitUtils.EmptyObjectId Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared ReadOnly Property EmptyObjectId As Byte()
public static byte[] EmptyObjectId { get; }
public:
static property array<unsigned char>^ EmptyObjectId {
array<unsigned char>^ get ();
}
static member EmptyObjectId : byte[] with get
static function get EmptyObjectId () : 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.