'Declaration Public Property SymbolType As Nullable(Of MarkerSymbolType)
'Usage Dim instance As Marker Dim value As Nullable(Of MarkerSymbolType) instance.SymbolType = value value = instance.SymbolType
public Nullable<MarkerSymbolType> SymbolType {get; set;}