PortDtoDefaultValue Property
The default value assigned to this object.
The value must always be stateful; it cannot be
It must represent the default state of a value-type struct.
This is except for Identifiers, which is why
Empty is not allowed.
Valid examples of default values include: a
String (
Empty),
Guid (not
Empty),
Double (
0.0d),
GeoLocation (
Empty), and so on.
To represent empty Identifiers (
Empty), use an
Int32 of value
0, similar to NULL in the C Programming Language.