MSBuildGlob.IsLegal 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.
Whether the glob was parsed sucsesfully from a string. Illegal glob strings contain:
- invalid path characters (other than the wildcard characters themselves)
- "..."
- ":" In addition, the wildcard directory part:
- cannot contain ".."
- if ** is present it must appear alone between slashes
public:
property bool IsLegal { bool get(); };
public bool IsLegal { get; }
member this.IsLegal : bool
Public ReadOnly Property IsLegal As Boolean