Click or drag to resize

ICalendar2CreateTransparencyProp Method

IT Hit WebDAV Classes Reference

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
ITransparency CreateTransparencyProp(
	Nullable<bool> value
)

Parameters

value
Type: SystemNullableBoolean
Boolean property value. If null is passed, this method returns null.

Return Value

Type: ITransparency
Object implementing ITransparency or null if value parameter is null.
See Also