ConnectorHasDecorators.Decorator Property

DomainRole Decorator Connector to which the decorator belongs.

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

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Connector", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("192f5795-a62b-47b1-bb6f-2b8ce3d577b0")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Overrides NotOverridable Property Decorator As Decorator
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Connector", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("192f5795-a62b-47b1-bb6f-2b8ce3d577b0")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public override sealed Decorator Decorator { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Connector", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
    Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"192f5795-a62b-47b1-bb6f-2b8ce3d577b0")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
virtual property Decorator^ Decorator {
    Decorator^ get () override sealed;
    void set (Decorator^ value) override sealed;
}
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Connector", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("192f5795-a62b-47b1-bb6f-2b8ce3d577b0")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
abstract Decorator : Decorator with get, set
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Connector", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("192f5795-a62b-47b1-bb6f-2b8ce3d577b0")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasDecorators/Decorator.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
override Decorator : Decorator with get, set
override final function get Decorator () : Decorator 
override final function set Decorator (value : Decorator)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Decorator

.NET Framework Security

See Also

Reference

ConnectorHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace