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 sealedpublic sealed class DscResourcePropertyInfotype DscResourcePropertyInfo = classPublic 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. |