Gets the WebContactStorage object.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[C1CategoryAttribute("Storages")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[BrowsableAttribute(true)]
[BindableAttribute(false)]
public WebContactStorage ContactStorage { get; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<C1CategoryAttribute("Storages")> _
<NotifyParentPropertyAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
<BrowsableAttribute(True)> _
<BindableAttribute(False)> _
Public ReadOnly Property ContactStorage As WebContactStorage
	Get

See Also