PropertySetData(IEnumerable<String>) Constructor
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.
PropertySetData constructor.
public:
PropertySetData(System::Collections::Generic::IEnumerable<System::String ^> ^ referencedProperties);
public PropertySetData (System.Collections.Generic.IEnumerable<string> referencedProperties);
new System.Management.Automation.Runspaces.PropertySetData : seq<string> -> System.Management.Automation.Runspaces.PropertySetData
Public Sub New (referencedProperties As IEnumerable(Of String))
Parameters
- referencedProperties
- IEnumerable<String>