TfvcChangeset.Changes Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Changes As IEnumerable(Of TfvcChange)
[DataMemberAttribute(EmitDefaultValue = false)]
public IEnumerable<TfvcChange> Changes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IEnumerable<TfvcChange^>^ Changes {
IEnumerable<TfvcChange^>^ get ();
void set (IEnumerable<TfvcChange^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Changes : IEnumerable<TfvcChange> with get, set
function get Changes () : IEnumerable<TfvcChange>
function set Changes (value : IEnumerable<TfvcChange>)
Property Value
Type: System.Collections.Generic.IEnumerable<TfvcChange>
.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.