Click or drag to resize

ITypedPropertyT Interface

IT Hit WebDAV Classes Reference
Base interface for business card properties with types (home, work, etc) such as IAddress, ITelephone, etc.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ITypedProperty<T> : IProperty
where T : ExtendibleEnum

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:ITHit.Collab.Card.ITypedProperty`1"]

The ITypedPropertyT type exposes the following members.

Properties
  NameDescription
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Public propertyTypes
Property types, such as home, work, cell, etc.
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
See Also