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

Syntax

C#
public abstract string PurgeConfirmationMessage { get; }
Visual Basic
Public MustOverride ReadOnly Property PurgeConfirmationMessage As String
	Get
Visual C++
public:
virtual property String^ PurgeConfirmationMessage {
	String^ get () abstract;
}

See Also