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.
The deleted resources to pass over the web service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property DeletedResources As List(Of CatalogResource)
public List<CatalogResource> DeletedResources { get; }
public:
property List<CatalogResource^>^ DeletedResources {
List<CatalogResource^>^ get ();
}
member DeletedResources : List<CatalogResource> with get
function get DeletedResources () : List<CatalogResource>
Property Value
Type: System.Collections.Generic.List<CatalogResource>
.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.