FileDataValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FileDataValue class to return from IFileScanner interface
public ref class FileDataValue
[Windows::Foundation::Metadata::WebHostHidden]
class FileDataValue
public class FileDataValue
type FileDataValue = class
Public Class FileDataValue
- Inheritance
-
FileDataValue
Constructors
FileDataValue(Guid, String, Object, String, String) |
Initializes a new instance of the FileDataValue class. |
Properties
Context |
The Context of this Value (or null if there is none) |
Name |
Name of the scanned entry |
Target |
The Target of this Value (or null if there is none) |
Type |
Type of this scanned entry |
Value |
Value of the scanned entry |