Click or drag to resize
ToDoTypeIsDefault Property
Boolean flag; True indicates default To-Do Type. There can be zero or one default record in the table; i.e. configuration with no default record is allowed.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsDefault { get; set; }

Property Value

Type: Boolean
See Also