TfsBuild.RecursionType Property
Gets or sets the recursion type.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property RecursionType As InArgument(Of RecursionType)
Get
Set
[BrowsableAttribute(true)]
public InArgument<RecursionType> RecursionType { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<RecursionType>^ RecursionType {
InArgument<RecursionType>^ get ();
void set (InArgument<RecursionType>^ value);
}
[<BrowsableAttribute(true)>]
member RecursionType : InArgument<RecursionType> with get, set
function get RecursionType () : InArgument<RecursionType>
function set RecursionType (value : InArgument<RecursionType>)
Property Value
Type: System.Activities.InArgument<RecursionType>
The recursion type.
.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