'Declaration Public Property CurrentRating As Integer
'Usage Dim instance As RatingCellType Dim value As Integer instance.CurrentRating = value value = instance.CurrentRating
public int CurrentRating {get; set;}
'Declaration Public Property CurrentRating As Integer
'Usage Dim instance As RatingCellType Dim value As Integer instance.CurrentRating = value value = instance.CurrentRating
public int CurrentRating {get; set;}