items Field
<DataMember()> _
Public items As List(Of FileServerQueueItem)
This language is not supported or no code example is available.
[DataMember()]
public List<FileServerQueueItem> items
This language is not supported or no code example is available.
[DataMember()]
public:
List<FileServerQueueItem>^ items;
This language is not supported or no code example is available.