Fact 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.
Set of key-value pairs. Advantage of this section is that key and value properties will be rendered with default style information with some delimiter between them. So there is no need for developer to specify style information.
public class Fact
type Fact = class
Public Class Fact
- Inheritance
-
Fact
Constructors
Fact() |
Initializes a new instance of the Fact class. |
Fact(String, String) |
Initializes a new instance of the Fact class. |
Properties
Key |
Gets or sets the key for this Fact. |
Value |
Gets or sets the value for this Fact. |