'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies the type of connector, which must be created")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ConnectorType As ConnectorType
'Usage
Dim instance As NCreateConnectorTool Dim value As ConnectorType instance.ConnectorType = value value = instance.ConnectorType
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies the type of connector, which must be created")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ConnectorType ConnectorType {get; set;}