Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IList<int> BySetPosition { get; set; }
Visual Basic
Property BySetPosition As IList(Of Integer)
	Get
	Set
Visual C++
property IList<int>^ BySetPosition {
	IList<int>^ get ();
	void set (IList<int>^ value);
}

See Also