GitTreeDiffEntry.ObjectType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object type of the tree entry. Blob, Tree or Commit("submodule")
[System.Runtime.Serialization.DataMember]
public Microsoft.TeamFoundation.SourceControl.WebApi.GitObjectType ObjectType { get; set; }
member this.ObjectType : Microsoft.TeamFoundation.SourceControl.WebApi.GitObjectType with get, set
Public Property ObjectType As GitObjectType
Property Value
- Attributes