UpdateProjectProperty.MaxRetries 属性

命名空间:  Microsoft.Office.Project.Server.Workflow
程序集:  Microsoft.Office.Project.Server.Workflow(位于 Microsoft.Office.Project.Server.Workflow.dll 中)

语法

声明
<BrowsableAttribute(True)> _
Public Property MaxRetries As Integer
    Get
    Set
用法
Dim instance As UpdateProjectProperty
Dim value As Integer

value = instance.MaxRetries

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

属性值

类型:System.Int32
重试次数。

备注

如果重试次数超出的MaxRetries值,不会更新该属性。

另请参阅

引用

UpdateProjectProperty 类

UpdateProjectProperty 成员

Microsoft.Office.Project.Server.Workflow 命名空间

MaxRetriesProperty