This documentation is archived and is not being maintained.

IPendingChangeEventArgs::DiskUpdateAttempted Property

Gets whether the event attempts disk update.

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

property bool DiskUpdateAttempted {
	bool get ();
}

Property Value

Type: System::Boolean
true if the event attempts disk update; otherwise, false.

Show: