Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nullable of T in VB
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01451999
Message ID:
01452047
Vues:
34
>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
?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform