Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a property in a Web Service
Message
From
20/05/2003 20:27:35
 
 
To
20/05/2003 20:24:40
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00790056
Message ID:
00790830
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform