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 resource types 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 CatalogResourceTypes As List(Of CatalogResourceType)
public List<CatalogResourceType> CatalogResourceTypes { get; }
public:
property List<CatalogResourceType^>^ CatalogResourceTypes {
List<CatalogResourceType^>^ get ();
}
member CatalogResourceTypes : List<CatalogResourceType> with get
function get CatalogResourceTypes () : List<CatalogResourceType>
Property Value
Type: System.Collections.Generic.List<CatalogResourceType>
.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.