ReshelvedShelveset.Owner Property

Gets or sets the owner of the shelveset.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.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
The owner of the shelveset.

.NET Framework Security

See Also

Reference

ReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace