ICalendar2CreateActionProp Method (ActionType)
IT Hit WebDAV Classes Reference 
            Creates 
IAction property from 
ActionType value. Returns null if 
value parameter is null. 
            Assign the value returned by this method to 
Action property.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxIAction CreateActionProp(
	ActionType value
)
Function CreateActionProp ( 
	value As ActionType
) As IAction
IAction^ CreateActionProp(
	ActionType^ value
)
abstract CreateActionProp : 
        value : ActionType -> IAction 
Parameters
- value
 - Type: ITHit.Collab.CalendarActionType
StatusType property value. If null is passed, this method returns null. 
Return Value
Type: 
IActionObject implementing 
IAction or null if 
value parameter is null.
See Also