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

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace