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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace