NET Link Tracker
IpAddress Property



KellermanSoftware.NetLinkTracker.Entities Namespace > TrackedLinkDetail Class : IpAddress Property
IP Address for the link request
Syntax
'Declaration
 
<KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMappingAttribute("IpAddress", 
   DbType.AnsiString, 
   45)>
Public Property IpAddress As String
'Usage
 
Dim instance As TrackedLinkDetail
Dim value As String
 
instance.IpAddress = value
 
value = instance.IpAddress
[KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMapping("IpAddress", 
   DbType.AnsiString, 
   45)]
public string IpAddress {get; set;}
[KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMapping("IpAddress", 
   DbType.AnsiString, 
   45)]
public:
property String^ IpAddress {
   String^ get();
   void set (    String^ 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

TrackedLinkDetail Class
TrackedLinkDetail Members