Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorData Class / IpAddress Property

In This Topic
    IpAddress Property
    In This Topic
    The ip address information of the visitor.
    Syntax
    'Declaration
     
    
    Public Property IpAddress As String
    public string IpAddress {get; set;}
    See Also