8 lines
183 B
VB.net
8 lines
183 B
VB.net
Public Class ReportItem
|
|
|
|
Public Property ItemStatus As Constants.EnvelopeStatus
|
|
Public Property ItemUserReference As String
|
|
Public Property ItemDate As Date
|
|
|
|
End Class
|