Feature Constructor (String)
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)
Usage
'Usage
Dim name As String
Dim instance As New Feature(name)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public Feature (
string name
)
public:
Feature (
String^ name
)
public Feature (
String name
)
public function Feature (
name : String
)
Parameters
- name
Platforms
Target Platforms
See Also
Reference
Feature Class
Feature Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace