 | RouteExportCompleteEntityRouteGuids Property |
Gets or sets the Route guids.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Route
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Guid> RouteGuids { get; set; }
Public Property RouteGuids As IList(Of Guid)
Get
Set
Property Value
Type:
IListGuid
The Route guids.
See Also