Gets or sets the actual quality value returned by the server response.
public string Quality {get; set;}
'Declaration
Public Property Quality As String
'Usage
Dim instance As ResponseFields
Dim value As String
instance.Quality = value
value = instance.Quality
Property Value
A
System.String value representing the actual quality value returned by the server response.