 |
AgencyStructureItemDepartmentCode Property |
Displays the Department Code of the structure.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2021.1.0.1
Syntaxpublic string DepartmentCode { get; set; }
Public Property DepartmentCode As String
Get
Set
Dim instance As AgencyStructureItem
Dim value As String
value = instance.DepartmentCode
instance.DepartmentCode = value
Property Value
Type:
String
DepartmentCode As String.
Remarks Note |
---|
- Name - DepartmentCode
- Read Only - True
|
See Also