CompartmentShapeMapHasCompartmentMaps.CompartmentMap Property

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

Syntax

'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ShapeMap", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("7b9983ac-0584-417b-9ab9-d54b5e09f29d")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property CompartmentMap As CompartmentMap
'Usage
Dim instance As CompartmentShapeMapHasCompartmentMaps 
Dim value As CompartmentMap 

value = instance.CompartmentMap

instance.CompartmentMap = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("7b9983ac-0584-417b-9ab9-d54b5e09f29d")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public CompartmentMap CompartmentMap { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ShapeMap", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"7b9983ac-0584-417b-9ab9-d54b5e09f29d")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps/CompartmentMap.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property CompartmentMap^ CompartmentMap {
    CompartmentMap^ get ();
    void set (CompartmentMap^ value);
}
public function get CompartmentMap () : CompartmentMap 
public function set CompartmentMap (value : CompartmentMap)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap

.NET Framework Security

See Also

Reference

CompartmentShapeMapHasCompartmentMaps Class

CompartmentShapeMapHasCompartmentMaps Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace