DscResourcePropertyInfo 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 a DSC resource property information.
public ref class DscResourcePropertyInfo sealed
public sealed class DscResourcePropertyInfo
type DscResourcePropertyInfo = class
Public NotInheritable Class DscResourcePropertyInfo
- Inheritance
-
DscResourcePropertyInfo
Properties
IsMandatory |
Gets or sets a value indicating whether the property is mandatory or not. |
Name |
Gets or sets name of the property. |
PropertyType |
Gets or sets type of the property. |
Values |
Gets Values for a resource property. |