Click or drag to resize
IpAddressResult Class
Represents data of the user host.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesIpAddressResult

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class IpAddressResult : WebCrmResult

The IpAddressResult type exposes the following members.

Constructors
  NameDescription
Public methodIpAddressResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyHostIPAddress
The host IP address.
Public propertyTicketIPAddress
The ticket IP address.
Top
See Also