TswaHyperlinkBuilder.CollectionId Property
A project collection ID.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Protected Property CollectionId As Guid
protected Guid CollectionId { get; set; }
protected:
property Guid CollectionId {
Guid get ();
void set (Guid value);
}
member CollectionId : Guid with get, set
function get CollectionId () : Guid
function set CollectionId (value : 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.