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
- 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