ChangeSetOwner.TeamFoundationId Property
The id (guid) for this owner
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property TeamFoundationId As Guid
public Guid TeamFoundationId { get; internal set; }
public:
property Guid TeamFoundationId {
Guid get ();
internal: void set (Guid value);
}
member TeamFoundationId : Guid with get, internal set
function get TeamFoundationId () : Guid
internal function set TeamFoundationId (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.