MergeEventArgs.DiskUpdateAttempted Property

Gets a flag describing whether an update to disk occurred.

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

Syntax

'Declaration
Public ReadOnly Property DiskUpdateAttempted As Boolean
public bool DiskUpdateAttempted { get; }
public:
virtual property bool DiskUpdateAttempted {
    bool get () sealed;
}
abstract DiskUpdateAttempted : bool with get 
override DiskUpdateAttempted : bool with get
final function get DiskUpdateAttempted () : boolean

Property Value

Type: System.Boolean
True if a disk update was attempted (i.e. this was not a preview merge). False otherwise.

Implements

IPendingChangeEventArgs.DiskUpdateAttempted

.NET Framework Security

See Also

Reference

MergeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace