Class SequenceResult
Defines the result for requested next element of a sequence.
Inheritance
System.Object
    SequenceResult
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Hawk]
public class SequenceResult
  Properties
NextElement
The next element of the sequence.
Declaration
public string NextElement { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |