PSActivity.PSDisableSerialization Property

Definition

Forces the activity to return non-serialized objects. Resulting objects have functional methods and properties (as opposed to serialized versions of them), but will not survive persistence when the Workflow crashes or is persisted.

public:
 property System::Activities::InArgument<Nullable<bool>> ^ PSDisableSerialization { System::Activities::InArgument<Nullable<bool>> ^ get(); void set(System::Activities::InArgument<Nullable<bool>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool?> PSDisableSerialization { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSDisableSerialization : System.Activities.InArgument<Nullable<bool>> with get, set
Public Property PSDisableSerialization As InArgument(Of Nullable(Of Boolean))

Property Value

Attributes

Applies to