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 resources for the deleted nodes 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 DeletedNodeResources As List(Of CatalogResource)
public List<CatalogResource> DeletedNodeResources { get; }
public:
property List<CatalogResource^>^ DeletedNodeResources {
List<CatalogResource^>^ get ();
}
member DeletedNodeResources : List<CatalogResource> with get
function get DeletedNodeResources () : 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.