LinkifyFindObjectIsLink Property
Gets a value that indicates whether
Value is a link.
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsLink { get; set; }
Public Property IsLink As Boolean
Get
Set
Dim instance As LinkifyFindObject
Dim value As Boolean
value = instance.IsLink
instance.IsLink = value
public:
property bool IsLink {
bool get ();
void set (bool value);
}
member IsLink : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean