DscResourceInfo.ImplementedAs Property
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.
Gets or sets a value which indicate how DSC resource is implemented.
public:
property System::Management::Automation::ImplementedAsType ImplementedAs { System::Management::Automation::ImplementedAsType get(); void set(System::Management::Automation::ImplementedAsType value); };
public System.Management.Automation.ImplementedAsType ImplementedAs { get; set; }
member this.ImplementedAs : System.Management.Automation.ImplementedAsType with get, set
Public Property ImplementedAs As ImplementedAsType