|
InvoiceRowUserGUIDs Property
|
Invoicerow unique identifiers of users
Namespace: Severa.Entities.APIAssembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+0805aa6f00bdf9d98f1463ed5504d3f1b9f4a60a
Syntaxpublic List<string> UserGUIDs { get; set; }Public Property UserGUIDs As List(Of String)
Get
Set
Property Value
ListString
RemarksInvoicerow can consist of many items grouped from different users
See Also