Action Property (Appointment)
                In This Topic
            
            Gets an 
Action object for the 
Appointment object. Once this property is first requested, a new 
Action object is created and assigned to the 
Action property.
Syntax
            
            
            
            
            'Declaration
 
Public Property Action As Action
             
        
            
            public Action Action {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also