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