ITransparencyIsTransparent Property
IT Hit WebDAV Classes Reference
Returns true if property value is set to "TRANSPARENT", returns false
if property value is set to "OPAQUE". Returns null if value can not be parsed.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxNullable<bool> IsTransparent { get; set; }
Property IsTransparent As Nullable(Of Boolean)
Get
Set
property Nullable<bool> IsTransparent {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsTransparent : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also