Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is Property Read Only?
Message
 
À
28/01/2004 13:50:53
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00871526
Message ID:
00871870
Vues:
12
Terry,

>What looks wrong here??
>
>Private m_ReadOnly As Boolean = False
><Browsable(True), Description("Sets read only behavior for Checkbox")>_
>Public Property IsReadOnly()
>     Get
>        Return m_ReadOnly
>     End Get
>     Set(ByVal Value)
>        m_ReadOnly = Value
>    End Set
>End Property
>
This may be the problem...you haven't specified the type of the property as shown here:
Public Property IsReadOnly() As Boolean
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform