| 
            
              RiffHeaderChunkFormat Property
             | 
          
        
        
            Gets or sets format for RIFF header chunk.
            
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
Syntaxpublic string Format { get; set; }Public Property Format As String
	Get
	Set
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}member Format : string with get, set
function get_Format();
function set_Format(value);
 View SourceProperty Value
String
See Also