'Declaration <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Header As YesNoGuess
'Usage Dim instance As SortInfo Dim value As YesNoGuess instance.Header = value value = instance.Header
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public YesNoGuess Header {get; set;}
Property Value
true
if the first row contains header information; otherwise, false
.