Share via


ListField.SnakedList Property

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

Syntax

'Declaration
Public ReadOnly Property SnakedList As Boolean
'Usage
Dim instance As ListField 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace