Share via


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

See Also

Reference

ChangeSetOwner Class

Microsoft.TeamFoundation.VersionControl.Server Namespace