Opc.Ua.Core
Calldata Property



Opc.Ua Namespace > IEndpointIncomingRequest Interface : Calldata Property
Gets or sets the call data associated with the request.
Syntax
'Declaration
 
Property Calldata As Object
'Usage
 
Dim instance As IEndpointIncomingRequest
Dim value As Object
 
instance.Calldata = value
 
value = instance.Calldata
object Calldata {get; set;}
property Object^ Calldata {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The call data.
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

IEndpointIncomingRequest Interface
IEndpointIncomingRequest Members