Share Dot Net Experience
Write only Read Property in VB.Net
Write only Read Property in VB.Net
Private _EmpId As String
Public ReadOnly Property EmpId() As String
Get
Return _EmpId
End Get
End Property
‹
›
Home
View web version