Share via


GitItem.GitObjectType Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property GitObjectType As GitObjectType
[DataMemberAttribute(EmitDefaultValue = false)]
public GitObjectType GitObjectType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property GitObjectType GitObjectType {
    GitObjectType get ();
    void set (GitObjectType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member GitObjectType : GitObjectType with get, set
function get GitObjectType () : GitObjectType 
function set GitObjectType (value : GitObjectType)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitObjectType

.NET Framework Security

See Also

Reference

GitItem Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace