Share via


DecoratorMap.Decorator Property

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

Syntax

'Declaration
Public Property Decorator As Decorator
'Usage
Dim instance As DecoratorMap 
Dim value As Decorator 

value = instance.Decorator

instance.Decorator = value
public Decorator Decorator { get; set; }
public:
property Decorator^ Decorator {
    Decorator^ get ();
    void set (Decorator^ value);
}
public function get Decorator () : Decorator 
public function set Decorator (value : Decorator)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Decorator

.NET Framework Security

See Also

Reference

DecoratorMap Class

DecoratorMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace