Class SelectListValueToCheck
Represents value to be used for checking existance of value in select lists.
Inheritance
System.Object
    SelectListValueToCheck
  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
public class SelectListValueToCheck
  Properties
Type
Type of select list value.
Declaration
[Quokka]
public string Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Select list value as string.
Declaration
[Quokka]
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |