Class WindowsFileContents
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the contents of a file on a Windows based computer system.
public class WindowsFileContents : BypassSection
- Inheritance
-
WindowsFileContents
- Inherited Members
Constructors
WindowsFileContents()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFileContents class.
public WindowsFileContents()
Properties
Value
Gets or sets the contents of the file.
public string Value { get; set; }
Property Value
Methods
ToString()
Returns the file contents as a human readable string.
public override string ToString()
Returns
- string
The file contents as a human readable string.