Share via


PropertyPath.PathToProperty Property

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

Syntax

'Declaration
Public Property PathToProperty As DomainPath
'Usage
Dim instance As PropertyPath 
Dim value As DomainPath 

value = instance.PathToProperty

instance.PathToProperty = value
public DomainPath PathToProperty { get; set; }
public:
property DomainPath^ PathToProperty {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get PathToProperty () : DomainPath 
public function set PathToProperty (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

PropertyPath Class

PropertyPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace