| 
            
              ErrorLogMessage Property
             | 
          
        
        
            Message field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntax[RequiredAttribute]
public string Message { get; set; }<RequiredAttribute>
Public Property Message As String
	Get
	Set
public:
[RequiredAttribute]
property String^ Message {
	String^ get ();
	void set (String^ value);
}[<RequiredAttribute>]
member Message : string with get, set
function get_Message();
function set_Message(value);
 View SourceProperty Value
String
See Also