Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.