Share via


GitAnnotateBatchResult.ModifiedObjectId Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitAnnotateBatchResult Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace