Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerable<ISubscription> Subscriptions { get; }
Visual Basic
ReadOnly Property Subscriptions As IEnumerable(Of ISubscription)
	Get
Visual C++
property IEnumerable<ISubscription^>^ Subscriptions {
	IEnumerable<ISubscription^>^ get ();
}

See Also