Creates a new DocumentRecord with the specified Uri and default properties.

C# | Visual Basic | Visual C++ |
public DocumentRecord( string uriString )
Public Sub New ( _ uriString As String _ )
public: DocumentRecord( String^ uriString )

- uriString (String)

The Uri passed as a string will be converted to a Uri object the first time the Uri property is called.