Share via


CompartmentMapHasElementsDisplayedPath.Path 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.CompartmentMapHasElementsDisplayedPath/Path.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "CompartmentMap",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("4a8fdac6-077d-409b-a3ee-7244b21ff9e6")> _
Public Property Path As DomainPath
'Usage
Dim instance As CompartmentMapHasElementsDisplayedPath 
Dim value As DomainPath 

value = instance.Path

instance.Path = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "CompartmentMap", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("4a8fdac6-077d-409b-a3ee-7244b21ff9e6")]
public DomainPath Path { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"CompartmentMap", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath/Path.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"4a8fdac6-077d-409b-a3ee-7244b21ff9e6")]
public:
property DomainPath^ Path {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get Path () : DomainPath 
public function set Path (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

CompartmentMapHasElementsDisplayedPath Class

CompartmentMapHasElementsDisplayedPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace