PropertyRelation 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.
Expresses a relationship between an argument and a property.
public ref class PropertyRelation
public class PropertyRelation
type PropertyRelation = class
Public Class PropertyRelation
- Inheritance
-
PropertyRelation
- Derived
Constructors
PropertyRelation() |
Constructor |
PropertyRelation(String, String, Boolean) |
Constructor. |
Properties
Argument |
The name of the argument |
Required |
Flag indicating if the argument is required or not. |
Value |
The value. |