Class ConfirmedField
Inheritance
System.Object
ConfirmedField
Assembly: DocuWare.Platform.ServerClient.dll
public class ConfirmedField : object
Properties
Declaration
public int AdditionalParameter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DataType DataType { get; set; }
Property Value
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsMultiselect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|