Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of exceptions generated when it tries to delete the project.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property IssuesDeletingProject As List(Of Exception)
'Usage
Dim instance As TeamProjectDeleter
Dim value As List(Of Exception)
value = instance.IssuesDeletingProject
public List<Exception> IssuesDeletingProject { get; }
public:
property List<Exception^>^ IssuesDeletingProject {
List<Exception^>^ get ();
}
public function get IssuesDeletingProject () : List<Exception>
Property Value
Type: System.Collections.Generic.List<Exception>
.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.