PSDataCollection<T>.SerializeInput 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.
Serializes all input by default. This is supported only for PSDataCollections of PSObject.
public:
property bool SerializeInput { bool get(); void set(bool value); };
public:
property bool SerializeInput { bool get(); void set(bool value); };
public bool SerializeInput { get; set; }
member this.SerializeInput : bool with get, set
Public Property SerializeInput As Boolean