In This Topic
            
            Returns the end 
Pin of this connection, if such exists (i.e. if the connection is connected on the target side). Otherwise, NULL is returned.
Syntax
            
            
            
            
            public virtual Pin EndPin {get;}
             
        
            
            public:
virtual property Pin^ EndPin {
   Pin^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also