| 
            
              SchemaIsCombinedFileFormat Property
             | 
          
        
        
            Gets flag that determines if 
FileName is a Combined File Format (.cff) file.
            
 
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.257-beta
Syntaxpublic bool IsCombinedFileFormat { get; }Public ReadOnly Property IsCombinedFileFormat As Boolean
	Get
public:
property bool IsCombinedFileFormat {
	bool get ();
}member IsCombinedFileFormat : bool with get
function get_IsCombinedFileFormat();
 View SourceProperty Value
Boolean
See Also