|   | ContainerRecordNotes Property | 
        
        
            Gets the notes stored in the file.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
String See Also
See Also