PSModuleInfo.PrivateData 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.
This value is set from the PrivateData member in the module manifest. It allows implementor specific data to be passed to the module via the manifest file.
public:
property System::Object ^ PrivateData { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ PrivateData { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object PrivateData { get; set; }
member this.PrivateData : obj with get, set
Public Property PrivateData As Object