DscResourceInfo.Properties Property

Definition

Gets or sets properties of the resource.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::DscResourcePropertyInfo ^> ^ Properties { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::DscResourcePropertyInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.DscResourcePropertyInfo> Properties { get; }
member this.Properties : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.DscResourcePropertyInfo>
Public ReadOnly Property Properties As ReadOnlyCollection(Of DscResourcePropertyInfo)

Property Value

Applies to