CatalogData.CatalogResourceTypes Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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>
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.