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

'Declaration
Public ReadOnly Property IsAdd As Boolean
public bool IsAdd { get; }
public:
property bool IsAdd {
    bool get ();
}
member IsAdd : bool with get
function get IsAdd () : boolean

Property Value

Type: System.Boolean
True if the pending change is a pending add; otherwise, false.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace