Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a property in a Web Service
Message
De
20/05/2003 20:27:35
 
 
À
20/05/2003 20:24:40
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00790056
Message ID:
00790830
Vues:
16
Ok, I did the following and it works:
Public Property lLogged() As Boolean
   Get
      Return Width
   End Get
   Set(ByVal Value As Boolean)
      If (Value > 0) Then
         Width = Value
      Else
         Throw New ArgumentOutOfRangeException("Width must be 1 or higher")
      End If
   End Set
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform