[Missing <summary> documentation for "F:VcClient.Test.VCOverride.DeleteJob"]

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
[ObsoleteAttribute("Use CancelJob instead. Notice that Guid should be used in the new function instead of a string")]
public DeleteJob DeleteJob
Visual Basic
<ObsoleteAttribute("Use CancelJob instead. Notice that Guid should be used in the new function instead of a string")> _
Public DeleteJob As DeleteJob
Visual C++
[ObsoleteAttribute(L"Use CancelJob instead. Notice that Guid should be used in the new function instead of a string")]
public:
DeleteJob^ DeleteJob

See Also