AzurePollingApiActivity<TBaseActivity>.RetryWaitSeconds Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property RetryWaitSeconds As InArgument(Of Integer)
[BrowsableAttribute(true)]
public InArgument<int> RetryWaitSeconds { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<int>^ RetryWaitSeconds {
InArgument<int>^ get ();
void set (InArgument<int>^ value);
}
[<BrowsableAttribute(true)>]
member RetryWaitSeconds : InArgument<int> with get, set
function get RetryWaitSeconds () : InArgument<int>
function set RetryWaitSeconds (value : InArgument<int>)
Property Value
Type: System.Activities.InArgument<Int32>
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
AzurePollingApiActivity<TBaseActivity> Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace