 |
CloseDetailV1Duration Property |
Total days to complete the activity
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<int> Duration { get; set; }
Public Property Duration As Nullable(Of Integer)
Get
Set
Dim instance As CloseDetailV1
Dim value As Nullable(Of Integer)
value = instance.Duration
instance.Duration = value
Property Value
Type:
NullableInt32
Duration As Integer?.
Remarks Note |
---|
- Name - Duration
- Is Identity - False
- Allow Negatives - False
- Min Value -
- MaxValue -
|
See Also