ChangesetSummary.Owner Property

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

Syntax

'宣言
Public Property Owner As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

ChangesetSummary Class

Microsoft.TeamFoundation.VersionControl.Server Namespace