Share via


MSBuildGlob.IsLegal Property

Definition

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

Property Value

Applies to