RegisteredProjectCollection.InstanceId Property
Instance Id of the collection
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property InstanceId As Guid
public Guid InstanceId { get; private set; }
public:
property Guid InstanceId {
Guid get ();
private: void set (Guid value);
}
member InstanceId : Guid with get, private set
function get InstanceId () : Guid
private function set InstanceId (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.