Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Appontment
posted

Hello,

 

I am trying t extend appointment as I need to ad a fe more fields and hae read the example in onlin help. However I am having issues using a string please can you advise on the syntax that should be placed in the Get property of the GetClient method as the line MyBase.SetValue(BureauAppointment.ClientID, "") is not correct where the "" is placed.

 

Thanks

 

Imports Infragistics.WebUI.Shared

Imports Infragistics.WebUI.WebSchedule

 

Imports Microsoft.VisualBasic

Public Class BureauAppointment

Inherits Appointment

Public Sub New(ByVal info As WebScheduleInfo)

MyBase.New(info)

End Sub

Public Property GetClient() As String

Get

MyBase.SetValue(BureauAppointment.ClientID, "") //// Not Working

End Get

Set(ByVal value As String)

MyBase.SetValue(BureauAppointment.ClientID, value)

End Set

End Property

Private Shared ClientID As String = "Client"

 

 

End Class

Parents
No Data
Reply Children
No Data