The following tables list the members exposed by UAFileProperties.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | MimeType | The MIME type of the file.   | 
  | OpenCount | The number of currently valid file handles on the file.   | 
  | Size | The size of the file, in bytes.   | 
  | Timestamp | The timestamp associated with this set of file properties. In UTC.   | 
  | TimestampLocal | The timestamp associated with this set of file properties. In local time.   | 
  | UserWritable | Indicates whether the file is writable taking user access rights into account.   | 
  | Writable | Indicates whether the file is writable.   | 
Top 
            
            
            
            Public Methods
            
            
            
            
            
            
            
            
            Public Operators
  Equality  | Determines whether the two objects are equal. | 
  Inequality  | Determines whether the two objects are not equal. | 
Top 
            
            See Also
Reference
UAFileProperties Class
OpcLabs.EasyOpc.UA.FileTransfer Namespace
GetMultipleFileProperties Method
GetFileProperties(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor) Method
OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransferExtension.GetMultipleFileProperties(OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer,OpcLabs.EasyOpc.UA.UAEndpointDescriptor,System.Collections.Generic.IReadOnlyList{OpcLabs.EasyOpc.UA.UANodeDescriptor})