PendingChange.IsAdd Property
Gets a flag that describes whether this pending change is a pending add.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public ReadOnly Property IsAdd As Boolean
Get
public bool IsAdd { get; }
public:
property bool IsAdd {
bool get ();
}
member IsAdd : bool
function get IsAdd () : boolean
Property Value
Type: System.Boolean
True if the pending change is a pending add; otherwise, false.
.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.