Share via


TeamProjectDeleter.IssuesDeletingProject Property

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

See Also

Reference

TeamProjectDeleter Class

TeamProjectDeleter Members

Microsoft.TeamFoundation.Client Namespace