| 
            
              ErrorLogDetail Property
             | 
          
        
        
            Detail field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic string Detail { get; set; }Public Property Detail As String
	Get
	Set
public:
property String^ Detail {
	String^ get ();
	void set (String^ value);
}member Detail : string with get, set
function get_Detail();
function set_Detail(value);
 View SourceProperty Value
String
See Also