| 
            
              ContainerRecordNotes Property
             | 
          
        
        
            Gets the notes stored in the file.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.258-beta
Syntaxpublic string Notes { get; set; }Public Property Notes As String
	Get
	Set
public:
property String^ Notes {
	String^ get ();
	void set (String^ value);
}member Notes : string with get, set
function get_Notes();
function set_Notes(value);
 View SourceProperty Value
String
See Also