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)

Syntax

'Declaration
ReadOnly Property DiskUpdateAttempted As Boolean
bool DiskUpdateAttempted { get; }
property bool DiskUpdateAttempted {
    bool get ();
}
abstract DiskUpdateAttempted : bool with get
function get DiskUpdateAttempted () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IPendingChangeEventArgs Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace