Share via


ChangeList<T>.AllChangesIncluded Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "allChangesIncluded", EmitDefaultValue := False)> _
Public Property AllChangesIncluded As Boolean
[DataMemberAttribute(Name = "allChangesIncluded", EmitDefaultValue = false)]
public bool AllChangesIncluded { get; set; }
[DataMemberAttribute(Name = L"allChangesIncluded", EmitDefaultValue = false)]
public:
property bool AllChangesIncluded {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "allChangesIncluded", EmitDefaultValue = false)>]
member AllChangesIncluded : bool with get, set
function get AllChangesIncluded () : boolean 
function set AllChangesIncluded (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ChangeList<T> Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace