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

Syntax

C#
string[] AllowedPluginTitleVersions { get; }
Visual Basic
ReadOnly Property AllowedPluginTitleVersions As String()
	Get
Visual C++
property array<String^>^ AllowedPluginTitleVersions {
	array<String^>^ get ();
}

See Also