Share via


PathSegment.Path Property

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

Syntax

'Declaration
Public Property Path As DomainPath
'Usage
Dim instance As PathSegment 
Dim value As DomainPath 

value = instance.Path

instance.Path = value
public DomainPath Path { get; set; }
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

PathSegment Class

PathSegment Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace