Share via


ElementMergeDirective.ForwardingPath Property

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

Syntax

'Declaration
Public Property ForwardingPath As DomainPath
'Usage
Dim instance As ElementMergeDirective 
Dim value As DomainPath 

value = instance.ForwardingPath

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

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

ElementMergeDirective Class

ElementMergeDirective Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace