ArcFM Responder Mobile Developer Guide
Next Property (IdentityClientSinkProvider)






Syntax
'Declaration
 
Public Property Next As System.Runtime.Remoting.Channels.IClientChannelSinkProvider
'Usage
 
Dim instance As IdentityClientSinkProvider
Dim value As System.Runtime.Remoting.Channels.IClientChannelSinkProvider
 
instance.Next = value
 
value = instance.Next
public System.Runtime.Remoting.Channels.IClientChannelSinkProvider Next {get; set;}
public read-write property Next: System.Runtime.Remoting.Channels.IClientChannelSinkProvider; 
public function get,set Next : System.Runtime.Remoting.Channels.IClientChannelSinkProvider
public: __property System.Runtime.Remoting.Channels.IClientChannelSinkProvider* get_Next();
public: __property void set_Next( 
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider* value
);
public:
property System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ Next {
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ get();
   void set (    System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ 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

IdentityClientSinkProvider Class
IdentityClientSinkProvider Members

Send Feedback