Share via


UpdateProjectProperty.MaxRetries Property

Gets or sets the maximum number of retries for the property update.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property MaxRetries As Integer
    Get
    Set
'Usage
Dim instance As UpdateProjectProperty
Dim value As Integer

value = instance.MaxRetries

instance.MaxRetries = value
[BrowsableAttribute(true)]
public int MaxRetries { get; set; }

Property Value

Type: System.Int32

Remarks

If the number of retries exceeds the MaxRetries value, the property is not updated.

See Also

Reference

UpdateProjectProperty Class

UpdateProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

MaxRetriesProperty