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