GenericGalleryParameter 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.
The definition of a generic gallery parameter.
public class GenericGalleryParameter
type GenericGalleryParameter = class
Public Class GenericGalleryParameter
- Inheritance
-
GenericGalleryParameter
- Derived
Constructors
| Name | Description |
|---|---|
| GenericGalleryParameter() |
Initializes a new instance of the GenericGalleryParameter class. |
| GenericGalleryParameter(String, Nullable<Boolean>, String, String) |
Initializes a new instance of the GenericGalleryParameter class. |
Properties
| Name | Description |
|---|---|
| DefaultValue |
Gets or sets the default value of the parameter, only applies to string types. |
| Description |
Gets or sets a description to help users understand what this parameter means |
| Name |
Gets or sets the name of the parameter. |
| Required |
Gets or sets indicates whether this parameter must be passed. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |