DetailCheckConstraintTMaster, TDetailGetMessage Property  | 
 
            Gets the message getter function.
            The function is called to create and format a message in case of constraint violation.
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain.Validation
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<TDetail, string> GetMessage { get; }Public ReadOnly Property GetMessage As Func(Of TDetail, String)
	Get
public:
property Func<TDetail, String^>^ GetMessage {
	Func<TDetail, String^>^ get ();
}member GetMessage : Func<'TDetail, string> with get
Property Value
Type: 
FuncTDetail, 
String
            The message getter.
            
See Also