ActivityImplementationContext.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 Nullable<bool> PSDisableSerialization { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? PSDisableSerialization { get; set; }
member this.PSDisableSerialization : Nullable<bool> with get, set
Public Property PSDisableSerialization As Nullable(Of Boolean)

Property Value

Applies to