 |
FileDetailItemLength Property |
Number of bytes in the file.
Created in Epic SDK V4.1.
Sometimes Required
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 int Length { get; set; }
Public Property Length As Integer
Get
Set
Dim instance As FileDetailItem
Dim value As Integer
value = instance.Length
instance.Length = value
Property Value
Type:
Int32
Length As Integer.
Remarks Note |
---|
- Name - Length
- Is Identity - False
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also