Class SequenceResult
Defines the result for requested next element of a sequence.
Inheritance
System.Object
SequenceResult
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SequenceResult : object
Properties
NextElement
The next element of the sequence.
Declaration
public string NextElement { get; set; }
Property Value
Type | Description |
---|---|
System.String |