Share via


Uri.Suspicious 屬性

定義

取得值,指出剖析是否判斷統一資源識別元 (URI) 格式不正確。

public:
 property bool Suspicious { bool get(); };
bool Suspicious();
public bool Suspicious { get; }
var boolean = uri.suspicious;
Public ReadOnly Property Suspicious As Boolean

屬性值

Boolean

bool

如果統一資源識別項 (URI) 標示為可疑,則為true;否則為false

適用於