GetReshelvedShelveset.ShelvesetName Property

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

Syntax

'Declaration
Public Property ShelvesetName As OutArgument(Of String)
public OutArgument<string> ShelvesetName { get; set; }
public:
property OutArgument<String^>^ ShelvesetName {
    OutArgument<String^>^ get ();
    void set (OutArgument<String^>^ value);
}
member ShelvesetName : OutArgument<string> with get, set
function get ShelvesetName () : OutArgument<String>
function set ShelvesetName (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