Share via


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
'Usage
Dim instance As PathRestriction 
Dim value As Boolean 

value = instance.AllChangesIncluded

instance.AllChangesIncluded = value
public bool AllChangesIncluded { get; set; }
public:
property bool AllChangesIncluded {
    bool get ();
    void set (bool value);
}
public function get AllChangesIncluded () : boolean 
public function set AllChangesIncluded (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PathRestriction Class

PathRestriction Members

Microsoft.TeamFoundation.VersionControl.Server Namespace