Uri.Suspicious Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether parsing determined that the Uniform Resource Identifier (URI) is not well-formed.
public:
property bool Suspicious { bool get(); };
bool Suspicious();
public bool Suspicious { get; }
var boolean = uri.suspicious;
Public ReadOnly Property Suspicious As Boolean
Property Value
Boolean
bool
true if the Uniform Resource Identifier (URI) is flagged as suspicious; otherwise, false.