Gets the ContactStorage object used to keep contacts which might be used as appointment owners.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public ContactStorage OwnerStorage { get; }
Visual Basic
Public ReadOnly Property OwnerStorage As ContactStorage
	Get

Remarks

Owner property only accepts Contact objects which are present in this storage.

See Also