ConnectionData.CatalogResourceId Property
The resource id for this servers catalog entry
Namespace: Microsoft.TeamFoundation.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property CatalogResourceId As Guid
public Guid CatalogResourceId { get; set; }
public:
property Guid CatalogResourceId {
Guid get ();
void set (Guid value);
}
member CatalogResourceId : Guid with get, set
function get CatalogResourceId () : Guid
function set CatalogResourceId (value : Guid)
Property Value
Type: System.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.