 |
ActivityCodeIsActive Property |
Is Active
Created in Epic SDK 2020.
Namespace:
ASI.TAM.API.Data.UI.Configure.Activity
Assembly:
ASI.TAM.API.Data.UI.Configure.Activity (in ASI.TAM.API.Data.UI.Configure.Activity.dll) Version: 2023.1.0.1249
Syntaxpublic bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
Dim instance As ActivityCode
Dim value As Boolean
value = instance.IsActive
instance.IsActive = value
Property Value
Type:
Boolean
IsActive As Boolean.
Remarks Note |
---|
|
See Also