Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Consts.IntNotSet Field

Represents an integer that is not assigned. This value is equal to int.MinValue.

[Visual Basic]
Public Const IntNotSet As Int32 = -2147483648
[C#]
public const Int32 IntNotSet = -2147483648;

See Also

Consts Class | EO.Web Namespace


Direct link to this topic