CallerContextIPAddress Property  | 
 Gets or sets the IP address associated with the context.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IPAddress? IPAddress { get; set; }Public Property IPAddress As IPAddress
	Get
	Set
public:
property IPAddress^ IPAddress {
	IPAddress^ get ();
	void set (IPAddress^ value);
}member IPAddress : IPAddress with get, set
Property Value
Type: 
IPAddress
              When getting, the IP address associated with the context, or  if no IP address
              is associated.
            
              When setting, an explicit IP address to be associated with the context, or  if
              the IP address should be automatically detected, or None if no IP address
              should be associated with the context.
            
See Also