This documentation is archived and is not being maintained.

PendingChangeEventArgs::DiskUpdateAttempted Property

Gets a flag that describes whether an update to disk was tried.

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 an update to disk was tried; otherwise, false.

Implements

IPendingChangeEventArgs::DiskUpdateAttempted

This was not a preview or no-get update.

Show: