Diagram.CanDeserializationReroute 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.
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