Share via


TfGet.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 GetOptions)
public InArgument<GetOptions> Options { get; set; }
public:
property InArgument<GetOptions>^ Options {
    InArgument<GetOptions>^ get ();
    void set (InArgument<GetOptions>^ value);
}
member Options : InArgument<GetOptions> with get, set
function get Options () : InArgument<GetOptions>
function set Options (value : InArgument<GetOptions>)

Property Value

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

.NET Framework Security

See Also

Reference

TfGet Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace