Share via


ConnectAction.UpdateConnectionType Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Property UpdateConnectionType As Boolean
'Usage
Dim instance As ConnectAction 
Dim value As Boolean 

value = instance.UpdateConnectionType

instance.UpdateConnectionType = value
public bool UpdateConnectionType { get; set; }
public:
property bool UpdateConnectionType {
    bool get ();
    void set (bool value);
}
public function get UpdateConnectionType () : boolean 
public function set UpdateConnectionType (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConnectAction Class

ConnectAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace