Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Failure As Failure
'Usage
Dim instance As ExceptionEventArgs
Dim value As Failure
value = instance.Failure
public Failure Failure { get; }
public:
property Failure^ Failure {
Failure^ get ();
}
public function get Failure () : Failure
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Failure
.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.