'Declaration
<System.ComponentModel.CategoryAttribute("Direction")> <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the logical line port direction is determined. By default set to AutoLine")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property DirectionMode As LogicalLinePortDirectionMode
'Usage
Dim instance As NLogicalLinePort Dim value As LogicalLinePortDirectionMode instance.DirectionMode = value value = instance.DirectionMode
[System.ComponentModel.Category("Direction")] [System.ComponentModel.Description("Gets/sets the mode in which the logical line port direction is determined. By default set to AutoLine")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public LogicalLinePortDirectionMode DirectionMode {get; set;}