 |
Service Enumeration |
Used to specify to include the service or not .
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
SyntaxPublic Enumeration Service
Dim instance As Service
Members
| Member name | Value | Description |
---|
| Include | 0 |
Include the service in the retrieval.
|
| Only | 1 |
Retrieve only the service.
|
| Exclude | 2 |
Do not retrieve the service.
|
Remarks
See Also