PSModuleInfo.PrivateData Property

Definition

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

Property Value

Applies to