 |
AttachmentGetResultTotalCount Property |
Total number of Attachment items returned by the query.
Created in Epic SDK 2019.
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 TotalCount { get; set; }
Public Property TotalCount As Integer
Get
Set
Dim instance As AttachmentGetResult
Dim value As Integer
value = instance.TotalCount
instance.TotalCount = value
Property Value
Type:
Int32
TotalCount As Integer.
Remarks Note |
---|
- Name - TotalCount
- Is Identity - False
- Required On Insert - False
- Required On Update - False
|
See Also