PathRestriction.AllChangesIncluded Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property AllChangesIncluded As Boolean
public bool AllChangesIncluded { get; private set; }
public:
property bool AllChangesIncluded {
    bool get ();
    private: void set (bool value);
}
member AllChangesIncluded : bool with get, private set
function get AllChangesIncluded () : boolean 
private function set AllChangesIncluded (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

PathRestriction Class

Microsoft.TeamFoundation.VersionControl.Server Namespace