'Declaration
Public Property Header As YesNoGuess
'Usage
Dim instance As Sort Dim value As YesNoGuess instance.Header = value value = instance.Header
public YesNoGuess Header {get; set;}
Property Value
true
if the first row contains header information; otherwise, false
.