Visual Basic (Declaration) | |
---|---|
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")> Public Class DocumentFiles Inherits List(Of DocumentFileInfo) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")] public class DocumentFiles : List<DocumentFileInfo> |
C++/CLI | |
---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")] public ref class DocumentFiles : public List<DocumentFileInfo> |
For an example, refer to DocumentFileInfo example.
System.Object
System.Collections.Generic.List<DocumentFileInfo>
Leadtools.Services.Forms.DataContracts.DocumentFiles
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family