Class IntegerList
Define a list of integers values
Inheritance
System.Object
IntegerList
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class IntegerList : object
Properties
Int
A list of integers values
Declaration
public List<int> Int { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |