Share via


GitAnnotateResult.OriginalObjectId Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitAnnotateResult Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace