Share via


ReshelvedShelveset.OriginalOwner Property

The domain name of the owner of the original shelveset.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace