Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property SwimLane As SwimLane
'Usage
Dim instance As SwimLaneMap 
Dim value As SwimLane 
value = instance.SwimLane
instance.SwimLane = value
public SwimLane SwimLane { get; set; }
public:
property SwimLane^ SwimLane {
    SwimLane^ get ();
    void set (SwimLane^ value);
}
public function get SwimLane () : SwimLane 
public function set SwimLane (value : SwimLane)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.