TfsConnection.CatalogResourceId Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected ReadOnly Property CatalogResourceId As Guid
protected Guid CatalogResourceId { get; }
protected:
property Guid CatalogResourceId {
Guid get ();
}
member CatalogResourceId : Guid with get
function get CatalogResourceId () : Guid
Property Value
Type: System.Guid
Returns Guid.
.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.