RevertWorkspaceTask.WorkspaceOwner Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RevertWorkspaceTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace