Class SelectListValueToCheck
Represents value to be used for checking existance of value in select lists.
Inheritance
System.Object
SelectListValueToCheck
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SelectListValueToCheck : object
Properties
Type
Type of select list value.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Select list value as string.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |