ChangeList.AllChangesIncluded Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
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
- 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