ConnectorMap.Connector 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 or sets Connector. Connector being mapped.
public:
property Microsoft::VisualStudio::Modeling::DslDefinition::Connector ^ Connector { Microsoft::VisualStudio::Modeling::DslDefinition::Connector ^ get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::Connector ^ value); };
public Microsoft.VisualStudio.Modeling.DslDefinition.Connector Connector { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Connector : Microsoft.VisualStudio.Modeling.DslDefinition.Connector with get, set
Public Property Connector As Connector
Property Value
- Attributes