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.GuidThe unique identifier for this resource type.
displayName
Type: System.StringThe display name for this resource type.
description
Type: System.StringThe description for this resource type.
.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.