StringWithMachineLocalFlag 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.
A setting value serialized as a string along with a flag indicating whether the value contains machine-local content.
public ref class StringWithMachineLocalFlag
[Windows::Foundation::Metadata::WebHostHidden]
class StringWithMachineLocalFlag
public class StringWithMachineLocalFlag
type StringWithMachineLocalFlag = class
Public Class StringWithMachineLocalFlag
- Inheritance
-
StringWithMachineLocalFlag
- Derived
Remarks
Members of this class may be called on any thread.
Constructors
StringWithMachineLocalFlag(String, Boolean) |
Initializes a new instance of StringWithMachineLocalFlag. |
Properties
MachineLocal |
Determines whether the content is machine-local. |
Value |
Gets the value. |