GitAnnotateBatchResult.Diffs Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "diffs")> _
Public Property Diffs As IList(Of GitAnnotateResult)
[DataMemberAttribute(Name = "diffs")]
public IList<GitAnnotateResult> Diffs { get; set; }
[DataMemberAttribute(Name = L"diffs")]
public:
property IList<GitAnnotateResult^>^ Diffs {
IList<GitAnnotateResult^>^ get ();
void set (IList<GitAnnotateResult^>^ value);
}
[<DataMemberAttribute(Name = "diffs")>]
member Diffs : IList<GitAnnotateResult> with get, set
function get Diffs () : IList<GitAnnotateResult>
function set Diffs (value : IList<GitAnnotateResult>)
Property Value
Type: System.Collections.Generic.IList<GitAnnotateResult>
.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