TfShelve.Options Property

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

Syntax

'Declaration
Public Property Options As InArgument(Of ShelvingOptions)
public InArgument<ShelvingOptions> Options { get; set; }
public:
property InArgument<ShelvingOptions>^ Options {
    InArgument<ShelvingOptions>^ get ();
    void set (InArgument<ShelvingOptions>^ value);
}
member Options : InArgument<ShelvingOptions> with get, set
function get Options () : InArgument<ShelvingOptions>
function set Options (value : InArgument<ShelvingOptions>)

Property Value

Type: System.Activities.InArgument<ShelvingOptions>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

TfShelve Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace