Share via


CatalogResourceType Constructor (Guid, String, String)

Creates an instance of the CatalogResourceType.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    identifier As Guid, _
    displayName As String, _
    description As String _
)
public CatalogResourceType(
    Guid identifier,
    string displayName,
    string description
)
public:
CatalogResourceType(
    Guid identifier, 
    String^ displayName, 
    String^ description
)
new : 
        identifier:Guid * 
        displayName:string * 
        description:string -> CatalogResourceType
public function CatalogResourceType(
    identifier : Guid, 
    displayName : String, 
    description : String
)

Parameters

  • identifier
    Type: System.Guid

    The unique identifier for this resource type.

  • displayName
    Type: System.String

    The display name for this resource type.

  • description
    Type: System.String

    The description for this resource type.

.NET Framework Security

See Also

Reference

CatalogResourceType Class

CatalogResourceType Overload

Microsoft.TeamFoundation.Server.Core Namespace