Share via


PathSegment.Path Property

Gets or sets Path. Path defining the segment.

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

Syntax

'Declaration
Public Property Path As DomainPath
public DomainPath Path { get; set; }
public:
property DomainPath^ Path {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
member Path : DomainPath with get, set
function get Path () : DomainPath 
function set Path (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

PathSegment Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace