CatalogResource.Identifier Property

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.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Identifier As Guid
public Guid Identifier { get; }
public:
property Guid Identifier {
    Guid get ();
}
member Identifier : Guid with get
function get Identifier () : Guid

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Framework.Client Namespace