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值,不會更新的屬性。