XmlUriData.UriKind Property

Definition

Gets the UriKind property.

public:
 property UriKind UriKind { UriKind get(); };
public UriKind UriKind { get; }
member this.UriKind : UriKind
Public ReadOnly Property UriKind As UriKind

Property Value

A UriKind enum value indicating whether the raw Uri string contained in UriString is relative or absolute.

Applies to