PathRestriction.AllChangesIncluded Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
‘선언
Public Property AllChangesIncluded As Boolean
Get
Private Set
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
.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.