Dim cust As customer = New customer()
Dim json As String = JsonConvert.SerializeObject(cust)
Public Property name as String
<JsonProperty("photoSrc")>
Private ReadOnly Property defaultPhotoSrc As String
Public ReadOnly Property photoSrc(Optional shape As String = Nothing) As String
Dim srcString = "/Images/User.png"
srcString = "/Images/UserSquare.png"