Diagram.CanDeserializationReroute Property

Definition

Gets whether or not this diagram type allows rerouting during serialization. Typically, that is not allowed, but some designers might need that behavior if all of their lines are always calculated.

public:
 virtual property bool CanDeserializationReroute { bool get(); };
public virtual bool CanDeserializationReroute { get; }
member this.CanDeserializationReroute : bool
Public Overridable ReadOnly Property CanDeserializationReroute As Boolean

Property Value

Applies to