RoutePatternPart.IsSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if this part is an optional separator. Otherwise returns false
.
public:
property bool IsSeparator { bool get(); };
public bool IsSeparator { get; }
member this.IsSeparator : bool
Public ReadOnly Property IsSeparator As Boolean