Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Client.CatalogResource
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogResource
public sealed class CatalogResource
public ref class CatalogResource sealed
[<Sealed>]
type CatalogResource =  class end
public final class CatalogResource
The CatalogResource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | User defined description for the resource. | 
| .gif) | DisplayName | This is a user defined display name for the resource | 
| .gif) | Identifier | This uniquely identifies a resource within the system. Note that this value will not be valid until the resource has been saved in the catalog service. | 
| .gif) | NodeReferences | The collection of catalog node paths that reference this resource. | 
| .gif) | Properties | Returns the set of properties that exist on this resource. | 
| .gif) | ResourceType | The reference to the type of this resource. | 
| .gif) | ServiceReferences | Returns the set of service definitions associated with this resource. If a service definition has been deleted that is referenced by a catalog resource then the key will have an entry that has a value of null. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | (Overrides Object.ToString().) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.