This documentation is archived and is not being maintained.

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)

public:
virtual property bool DiskUpdateAttempted {
	bool get () sealed;
}

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

Show: