'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether partially disconnected connectors can be created")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowCreateDisconnected As System.Boolean
'Usage
Dim instance As NCreateConnectorTool Dim value As System.Boolean instance.AllowCreateDisconnected = value value = instance.AllowCreateDisconnected
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether partially disconnected connectors can be created")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowCreateDisconnected {get; set;}