 |
ActivityV1ActivityCode Property |
On insert, use activity code with user defined set. If CategoryID is specified the activity code must be associated with the category.
Created in Epic SDK V4.1.
Sometimes Required
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 string ActivityCode { get; set; }
Public Property ActivityCode As String
Get
Set
Dim instance As ActivityV1
Dim value As String
value = instance.ActivityCode
instance.ActivityCode = value
Property Value
Type:
String
ActivityCode As String.
Remarks Note |
---|
- Name - ActivityCode
- Lookup - ActivityCode
- Auto Validated - True
- Ignored On Update - True
|
See Also