Gets or sets the type of URI that is acceptable (e.g. absolute or relative). The default value is UriKind.Absolute.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public UriKind UriType { get; set; }
Visual Basic (Declaration)
Public Property UriType As UriKind

See Also