Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public abstract string[] AllowedFormats { get; }
Visual Basic
Public MustOverride ReadOnly Property AllowedFormats As String()
	Get
Visual C++
public:
virtual property array<String^>^ AllowedFormats {
	array<String^>^ get () abstract;
}

See Also