Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nullable of T in VB
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01451999
Message ID:
01452047
Views:
33
>HI Viv
>
>Public Property FringeBenefitOption() As Nullable(Of Integer)
>        Get
>            Return intFringeBenefitOption
>        End Get
>        Set(ByVal value As Nullable(Of Integer))
>            intFringeBenefitOption = value
>        End Set
>    End Property
>
Dim intFringeBenefitOption As Nullable(Of Integer)
        Public Property FringeBenefitOption() As Nullable(Of Integer)
            Get
                Return intFringeBenefitOption
            End Get
            Set(ByVal value As Nullable(Of Integer))
                intFringeBenefitOption = value
            End Set
        End Property
?
Previous
Reply
Map
View

Click here to load this message in the networking platform