Shin no ai wa, kare ga ta no dareka ga, anata wa mada dekiru ni egaote iru, to itte daisuki: Watashi mo yorokonde anata no tamena nda
Watashi ga suru koto o watashi wa josei ga hoshii
Public Class User
Private m_username As String
Private m_password As String
Public Property UserName() As String
Get
'Get : hanya ijinkan akses data
Return m_username
End Get
Set(ByVal value As String)
If value = "" Then
Throw New Exception("Silahkan masukkan username")
End If
'Set : mengijinkan ubah data
m_username = value
End Set
End Property
Public Property Password() As String
Get
We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data.
You can read the details below. By accepting, you agree to the updated privacy policy.