Share via


WorkspaceVersionSpec.OwnerName Property

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

Syntax

'宣言
Public Property OwnerName As String
    Get
    Set
public string OwnerName { get; set; }
public:
property String^ OwnerName {
    String^ get ();
    void set (String^ value);
}
member OwnerName : string with get, set
function get OwnerName () : String
function set OwnerName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WorkspaceVersionSpec Class

Microsoft.TeamFoundation.VersionControl.Server Namespace