TeamProjectCollectionProperties.Id Property
The ID for the collection is generated when the collection is created on the server. This identifier will never change, unlike any of the other properties.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
Public Property Id As Guid
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)]
public Guid Id { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public)]
public:
property Guid Id {
Guid get ();
void set (Guid value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)>]
member Id : Guid with get, set
function get Id () : Guid
function set Id (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.