Utility.ReplacementParameterDescription 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.
Contains the description of replacement parameters.
public: ref class Utility::ReplacementParameterDescription
public class Utility.ReplacementParameterDescription
type Utility.ReplacementParameterDescription = class
Public Class Utility.ReplacementParameterDescription
- Inheritance
-
Utility.ReplacementParameterDescription
Constructors
Utility.ReplacementParameterDescription() |
Initializes a new instance of the Utility.ReplacementParameterDescription class. |
Fields
global |
Specifies if the parameter is global or not. |
name |
Specifies the name. |
root |
Specifies the root. |
type |
Specifies the type. |
value |
Specifies the value. |
Methods
ToString() |
Converts the parameter description to string. |