Gets or sets the path info.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public virtual string PathInfo { get; set; } |
| Visual Basic |
|---|
Public Overridable Property PathInfo As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ PathInfo { String^ get (); void set (String^ value); } |