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

See Also

Reference

TswaHyperlinkBuilder Class

Microsoft.TeamFoundation.Common Namespace