This is a class private to the framework, which should not be used in
your own code.
public class SyntaxCheck {
// Public Static Methods
public static bool CheckMachineName(string value);
public static bool CheckPath(string value);
public static bool CheckRootedPath(string value);
}