'DeclarationPublic Property CompoundType As Nullable(Of CompoundLineType)
'UsageDim instance As ChartLine Dim value As Nullable(Of CompoundLineType) instance.CompoundType = value value = instance.CompoundType
public Nullable<CompoundLineType> CompoundType {get; set;}