SwimLaneMap.SwimLane Property
Gets or sets SwimLane. Swimlane being mapped.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Property SwimLane As SwimLane
public SwimLane SwimLane { get; set; }
public:
property SwimLane^ SwimLane {
SwimLane^ get ();
void set (SwimLane^ value);
}
member SwimLane : SwimLane with get, set
function get SwimLane () : SwimLane
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.