Skip to content

a886c085 761c 2fe7 9c0a a64617595f6a

Fernando Garcia edited this page May 8, 2018 · 1 revision

YesNo Enumeration

Additional header content

Represents a boolean value.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum YesNo

VB

<SerializableAttribute>
Public Enumeration YesNo

Members

 

Member name Value Description
Yes 0 Represents the boolean value true.
No 1 Represents the boolean value false.

Remarks

[Missing documentation for "T:iTin.Export.Model.YesNo"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally