MimeTypeSelectorRangeType Property  | 
 
            Gets the range type if this is a range selector.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic string RangeType { get; }Public ReadOnly Property RangeType As String
	Get
Return Value
Type: 
StringA type string of the form 
type/ if this is a range selector, otherwise null.
See Also