CatalogResource Class
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 | |
---|---|---|
Description | User defined description for the resource. | |
DisplayName | This is a user defined display name for the resource | |
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. | |
NodeReferences | The collection of catalog node paths that reference this resource. | |
Properties | Returns the set of properties that exist on this resource. | |
ResourceType | The reference to the type of this resource. | |
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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.