PSDataCollection<T>.SerializeInput Property

Definition

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

Property Value

Applies to