Share via


GetReshelvedShelveset.ShelvesetOwner Property

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

Syntax

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

Property Value

Type: System.Activities.OutArgument<String>
Returns OutArgument<T>.

.NET Framework Security

See Also

Reference

GetReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace