CatalogResourceType Constructor (Guid, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- displayName
Type: System.String
- description
Type: System.String
.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.