NET Link Tracker
IsUrl Property (LinkParms)



KellermanSoftware.NetLinkTracker Namespace > LinkParms Class : IsUrl Property
If true, the link is a URL. If false, it is a file
Syntax
'Declaration
 
Public Property IsUrl As Nullable(Of Boolean)
'Usage
 
Dim instance As LinkParms
Dim value As Nullable(Of Boolean)
 
instance.IsUrl = value
 
value = instance.IsUrl
public Nullable<bool> IsUrl {get; set;}
public:
property Nullable<bool> IsUrl {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinkParms Class
LinkParms Members