ICalendar2CreateActionProp Method (NullableInt32)
IT Hit WebDAV Classes Reference 
            Creates 
IAction property from 
NullableTInt32 value. Returns null if 
value parameter is null. 
            Throws 
ArgumentException exception if no 
ActionType is found that match the passed 
value.
            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(
	Nullable<int> value
)
Function CreateActionProp ( 
	value As Nullable(Of Integer)
) As IAction
IAction^ CreateActionProp(
	Nullable<int> value
)
abstract CreateActionProp : 
        value : Nullable<int> -> IAction 
Parameters
- value
 - Type: SystemNullableInt32
Integer property value. If null is passed, this method returns null. 
Return Value
Type: 
IActionObject implementing 
IAction or null if 
value parameter is null.
RemarksThis method throws ArgumentException exception if no enum value is found that match the passed value.
See Also