Share via


PathSegmentReferencesRole.PathSegment Property

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

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Role", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("26f8ae7b-cab2-4477-8526-cce1fb40cfa7")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property PathSegment As PathSegment
'Usage
Dim instance As PathSegmentReferencesRole 
Dim value As PathSegment 

value = instance.PathSegment

instance.PathSegment = value
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Role", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("26f8ae7b-cab2-4477-8526-cce1fb40cfa7")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public PathSegment PathSegment { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Role", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"26f8ae7b-cab2-4477-8526-cce1fb40cfa7")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole/PathSegment.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property PathSegment^ PathSegment {
    PathSegment^ get ();
    void set (PathSegment^ value);
}
public function get PathSegment () : PathSegment 
public function set PathSegment (value : PathSegment)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment

.NET Framework Security

See Also

Reference

PathSegmentReferencesRole Class

PathSegmentReferencesRole Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace