Changeset.Owner Property

Authoritative name of user who owns this change. May differ from Committer if the change was imported or committed on behalf of another user.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property Owner As String
public string Owner { get; set; }
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
member Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Server Namespace