Share via


GitObjectId.Full Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "full", EmitDefaultValue := False)> _
Public Property Full As String
[DataMemberAttribute(Name = "full", EmitDefaultValue = false)]
public string Full { get; set; }
[DataMemberAttribute(Name = L"full", EmitDefaultValue = false)]
public:
property String^ Full {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "full", EmitDefaultValue = false)>]
member Full : string with get, set
function get Full () : String 
function set Full (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitObjectId Class

Microsoft.TeamFoundation.SourceControl.WebApi.Types.Git Namespace