ICalendar2CreateTransparencyProp Method
IT Hit WebDAV Classes Reference
Creates
ITransparency property from
NullableTBoolean value. Returns null if
value parameter is null.
Assign the value returned by this method to
Transparency property.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax ITransparency CreateTransparencyProp(
Nullable<bool> value
)
Function CreateTransparencyProp (
value As Nullable(Of Boolean)
) As ITransparency
ITransparency^ CreateTransparencyProp(
Nullable<bool> value
)
abstract CreateTransparencyProp :
value : Nullable<bool> -> ITransparency
Parameters
- value
- Type: SystemNullableBoolean
Boolean property value. If null is passed, this method returns null.
Return Value
Type:
ITransparencyObject implementing
ITransparency or null if
value parameter is null.
See Also