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