CatalogResource.ResourceType Property
The resource type for this resource.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ResourceType As CatalogResourceType
public CatalogResourceType ResourceType { get; set; }
public:
property CatalogResourceType^ ResourceType {
CatalogResourceType^ get ();
void set (CatalogResourceType^ value);
}
member ResourceType : CatalogResourceType with get, set
function get ResourceType () : CatalogResourceType
function set ResourceType (value : CatalogResourceType)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.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.