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

See Also

Reference

TfvcShelveset Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace