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 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.