CatalogResourceType.Identifier Property
The GUID of this catalog resource type.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public ReadOnly Property Identifier As Guid
Get
public Guid Identifier { get; }
public:
property Guid Identifier {
Guid get ();
}
member Identifier : Guid
function get Identifier () : Guid
Property Value
Type: System.Guid
The GUID of this catalog 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.