DscResourcePropertyInfo Class

Definition

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.

Applies to