GitItem.GitObjectType Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "gitObjectType", EmitDefaultValue := False)> _
Public Property GitObjectType As GitObjectType
[DataMemberAttribute(Name = "gitObjectType", EmitDefaultValue = false)]
public GitObjectType GitObjectType { get; set; }
[DataMemberAttribute(Name = L"gitObjectType", EmitDefaultValue = false)]
public:
property GitObjectType GitObjectType {
GitObjectType get ();
void set (GitObjectType value);
}
[<DataMemberAttribute(Name = "gitObjectType", EmitDefaultValue = false)>]
member GitObjectType : GitObjectType with get, set
function get GitObjectType () : GitObjectType
function set GitObjectType (value : GitObjectType)
Property Value
Type: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectType
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace