GitTreeEntryRef.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
- 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.