PathSegment.Path Property
Gets or sets Path. Path defining the segment.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.