SwimLaneHasDecorators.SwimLane Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("040dcec9-25a7-4d7f-8633-9f3e333cdfa6")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Decorators", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName", _
Multiplicity := Multiplicity.ZeroMany)> _
Public Property SwimLane As SwimLane
'Usage
Dim instance As SwimLaneHasDecorators
Dim value As SwimLane
value = instance.SwimLane
instance.SwimLane = value
[DomainObjectIdAttribute("040dcec9-25a7-4d7f-8633-9f3e333cdfa6")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Decorators", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName",
Multiplicity = Multiplicity.ZeroMany)]
public SwimLane SwimLane { get; set; }
[DomainObjectIdAttribute(L"040dcec9-25a7-4d7f-8633-9f3e333cdfa6")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Decorators",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators/SwimLane.PropertyDisplayName",
Multiplicity = Multiplicity::ZeroMany)]
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.